Html Css Color HEX #B20588 Medium Violet Red

📋 copy color: '#B20588'

red 178 ◦ green 5 ◦ blue 136

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

Shades of Medium Violet Red #B20588

Tints of Medium Violet Red #B20588

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.57%

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

R = 55.8%
G = 1.57%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B20588 (or 0xB20588) is known color: Medium Violet Red. HEX triplet: B2, 05 and 88. RGB value is (178,5,136). Sum of RGB (Red+Green+Blue) = 178+5+136=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B20588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20588 is #4DFA77. Grayscale: #474747. Windows color (decimal): -5110392 or 8914354. OLE color: 8914354.

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

Color convert

RGB 178 5 136 -
CMYK 0 0.97 0.24 0.30
HSL 314.57º 0.95% 0.36% -
HSV(B) 314.57º 0.97% 0.7% -
XYZ 22.86 11.35 24.28 -
YUV 71.66 164.31 203.85 -
System Red Green Blue C M Y K H S L
Decimal 178 5 136 0 0.97 0.24 0.30 314.57 0.95 0.36
Hex B2 5 88 0 61 18 1E 13B 5F 24
Octal 262 5 210 0 141 30 36 473 137 44
Binary 10110010 101 10001000 0 1100001 11000 11110 100111011 1011111 100100

Color Harmonies of #B20588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20588

Black with #B20588

Text Example


Text Example

White with #B20588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20588; }

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

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

background-color css

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

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

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

border-color css

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

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

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