Html Css Color HEX #B20288 Medium Violet Red

📋 copy color: '#B20288'

red 178 ◦ green 2 ◦ blue 136

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

Shades of Medium Violet Red #B20288

Tints of Medium Violet Red #B20288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 56.33%
G = 0.63%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B20288 (or 0xB20288) is known color: Medium Violet Red. HEX triplet: B2, 02 and 88. RGB value is (178,2,136). Sum of RGB (Red+Green+Blue) = 178+2+136=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B20288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20288 is #4DFD77. Grayscale: #454545. Windows color (decimal): -5111160 or 8913586. OLE color: 8913586.

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

Color convert

RGB 178 2 136 -
CMYK 0 0.99 0.24 0.30
HSL 314.32º 0.98% 0.35% -
HSV(B) 314.32º 0.99% 0.7% -
XYZ 22.83 11.29 24.27 -
YUV 69.9 165.31 205.1 -
System Red Green Blue C M Y K H S L
Decimal 178 2 136 0 0.99 0.24 0.30 314.32 0.98 0.35
Hex B2 2 88 0 63 18 1E 13A 62 23
Octal 262 2 210 0 143 30 36 472 142 43
Binary 10110010 10 10001000 0 1100011 11000 11110 100111010 1100010 100011

Color Harmonies of #B20288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20288

Black with #B20288

Text Example


Text Example

White with #B20288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20288; }

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

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

background-color css

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

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

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

border-color css

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

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

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