Html Css Color HEX #B21388 Medium Violet Red

📋 copy color: '#B21388'

red 178 ◦ green 19 ◦ blue 136

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

Shades of Medium Violet Red #B21388

Tints of Medium Violet Red #B21388

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.71%

 BLUE value IS 136 (53.52% from 255) = 40.84%

R = 53.45%
G = 5.71%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B21388 (or 0xB21388) is known color: Medium Violet Red. HEX triplet: B2, 13 and 88. RGB value is (178,19,136). Sum of RGB (Red+Green+Blue) = 178+19+136=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B21388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21388 is #4DEC77. Grayscale: #4F4F4F. Windows color (decimal): -5106808 or 8917938. OLE color: 8917938.

HSL color Cylindrical-coordinate representation of color #B21388: hue angle of 315.85º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B21388 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 19 136 -
CMYK 0 0.89 0.24 0.30
HSL 315.85º 0.81% 0.39% -
HSV(B) 315.85º 0.89% 0.7% -
XYZ 23.04 11.71 24.34 -
YUV 79.88 159.68 197.99 -
System Red Green Blue C M Y K H S L
Decimal 178 19 136 0 0.89 0.24 0.30 315.85 0.81 0.39
Hex B2 13 88 0 59 18 1E 13C 51 27
Octal 262 23 210 0 131 30 36 474 121 47
Binary 10110010 10011 10001000 0 1011001 11000 11110 100111100 1010001 100111

Color Harmonies of #B21388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21388

Black with #B21388

Text Example


Text Example

White with #B21388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21388; }

 p { color: rgb(178,19,136); }

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

background-color css

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

 a { background-color: rgb(178,19,136); }

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

border-color css

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

 span { border-color: rgb(178,19,136); }

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