Html Css Color HEX #B80288 Medium Violet Red

📋 copy color: '#B80288'

red 184 ◦ green 2 ◦ blue 136

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

Shades of Medium Violet Red #B80288

Tints of Medium Violet Red #B80288

RGB

 RED value IS 184 (72.27% from 255) = 57.14%

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

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

R = 57.14%
G = 0.62%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B80288 (or 0xB80288) is known color: Medium Violet Red. HEX triplet: B8, 02 and 88. RGB value is (184,2,136). Sum of RGB (Red+Green+Blue) = 184+2+136=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B80288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80288 is #47FD77. Grayscale: #474747. Windows color (decimal): -4717944 or 8913592. OLE color: 8913592.

HSL color Cylindrical-coordinate representation of color #B80288: hue angle of 315.82º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80288 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 2 136 -
CMYK 0 0.99 0.26 0.28
HSL 315.82º 0.98% 0.36% -
HSV(B) 315.82º 0.99% 0.72% -
XYZ 24.23 12.01 24.33 -
YUV 71.69 164.3 208.1 -
System Red Green Blue C M Y K H S L
Decimal 184 2 136 0 0.99 0.26 0.28 315.82 0.98 0.36
Hex B8 2 88 0 63 1A 1C 13C 62 24
Octal 270 2 210 0 143 32 34 474 142 44
Binary 10111000 10 10001000 0 1100011 11010 11100 100111100 1100010 100100

Color Harmonies of #B80288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80288

Black with #B80288

Text Example


Text Example

White with #B80288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80288; }

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

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

background-color css

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

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

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

border-color css

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

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

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