Html Css Color HEX #B21896 Medium Violet Red

📋 copy color: '#B21896'

red 178 ◦ green 24 ◦ blue 150

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

Shades of Medium Violet Red #B21896

Tints of Medium Violet Red #B21896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.82%

 BLUE value IS 150 (58.98% from 255) = 42.61%

R = 50.57%
G = 6.82%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B21896 (or 0xB21896) is known color: Medium Violet Red. HEX triplet: B2, 18 and 96. RGB value is (178,24,150). Sum of RGB (Red+Green+Blue) = 178+24+150=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B21896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21896 is #4DE769. Grayscale: #545454. Windows color (decimal): -5105514 or 9836722. OLE color: 9836722.

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

Color convert

RGB 178 24 150 -
CMYK 0 0.87 0.16 0.30
HSL 310.91º 0.76% 0.4% -
HSV(B) 310.91º 0.87% 0.7% -
XYZ 24.19 12.32 29.96 -
YUV 84.41 165.02 194.75 -
System Red Green Blue C M Y K H S L
Decimal 178 24 150 0 0.87 0.16 0.30 310.91 0.76 0.4
Hex B2 18 96 0 57 10 1E 137 4C 28
Octal 262 30 226 0 127 20 36 467 114 50
Binary 10110010 11000 10010110 0 1010111 10000 11110 100110111 1001100 101000

Color Harmonies of #B21896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21896

Black with #B21896

Text Example


Text Example

White with #B21896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21896; }

 p { color: rgb(178,24,150); }

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

background-color css

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

 a { background-color: rgb(178,24,150); }

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

border-color css

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

 span { border-color: rgb(178,24,150); }

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