Html Css Color HEX #B21A98 Medium Violet Red

📋 copy color: '#B21A98'

red 178 ◦ green 26 ◦ blue 152

#B21A98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #B21A98

Tints of Medium Violet Red #B21A98

RGB

 RED value IS 178 (69.92% from 255) = 50%

 GREEN value IS 26 (10.55% from 255) = 7.3%

 BLUE value IS 152 (59.77% from 255) = 42.7%

R = 50%
G = 7.3%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B21A98 (or 0xB21A98) is known color: Medium Violet Red. HEX triplet: B2, 1A and 98. RGB value is (178,26,152). Sum of RGB (Red+Green+Blue) = 178+26+152=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21A98 is #4DE567. Grayscale: #555555. Windows color (decimal): -5105000 or 9968306. OLE color: 9968306.

HSL color Cylindrical-coordinate representation of color #B21A98: hue angle of 310.26º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21A98 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 26 152 -
CMYK 0 0.85 0.15 0.30
HSL 310.26º 0.75% 0.4% -
HSV(B) 310.26º 0.85% 0.7% -
XYZ 24.4 12.47 30.83 -
YUV 85.81 165.36 193.75 -
System Red Green Blue C M Y K H S L
Decimal 178 26 152 0 0.85 0.15 0.30 310.26 0.75 0.4
Hex B2 1A 98 0 55 F 1E 136 4B 28
Octal 262 32 230 0 125 17 36 466 113 50
Binary 10110010 11010 10011000 0 1010101 1111 11110 100110110 1001011 101000

Color Harmonies of #B21A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A98

Black with #B21A98

Text Example


Text Example

White with #B21A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A98; }

 p { color: rgb(178,26,152); }

 H1.HeaderClassName
 {
   color: #B21A98;
 }
 .AnyTagClassName
 {
   color: #B21A98;
 }
</style>

background-color css

<style>
 a { background-color: #B21A98; }

 a { background-color: rgb(178,26,152); }

 div.DivClassName
 {
   background-color: #B21A98;
 }
 .BgClassName
 {
   background-color: #B21A98;
 }
</style>

border-color css

<style>
 span { border-color: #B21A98; }

 span { border-color: rgb(178,26,152); }

 td.TdClassName
 {
   border-color: #B21A98;
 }
 .TagClassName
 {
   border-color: #B21A98;
 }
</style>