Html Css Color HEX #B80888 Medium Violet Red

📋 copy color: '#B80888'

red 184 ◦ green 8 ◦ blue 136

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

Shades of Medium Violet Red #B80888

Tints of Medium Violet Red #B80888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.44%

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

R = 56.1%
G = 2.44%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B80888 (or 0xB80888) is known color: Medium Violet Red. HEX triplet: B8, 08 and 88. RGB value is (184,8,136). Sum of RGB (Red+Green+Blue) = 184+8+136=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B80888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80888 is #47F777. Grayscale: #4A4A4A. Windows color (decimal): -4716408 or 8915128. OLE color: 8915128.

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

Color convert

RGB 184 8 136 -
CMYK 0 0.96 0.26 0.28
HSL 316.36º 0.92% 0.38% -
HSV(B) 316.36º 0.96% 0.72% -
XYZ 24.3 12.14 24.36 -
YUV 75.22 162.31 205.59 -
System Red Green Blue C M Y K H S L
Decimal 184 8 136 0 0.96 0.26 0.28 316.36 0.92 0.38
Hex B8 8 88 0 60 1A 1C 13C 5C 26
Octal 270 10 210 0 140 32 34 474 134 46
Binary 10111000 1000 10001000 0 1100000 11010 11100 100111100 1011100 100110

Color Harmonies of #B80888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80888

Black with #B80888

Text Example


Text Example

White with #B80888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80888; }

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

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

background-color css

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

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

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

border-color css

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

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

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