Html Css Color HEX #B80876 Medium Violet Red

📋 copy color: '#B80876'

red 184 ◦ green 8 ◦ blue 118

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

Shades of Medium Violet Red #B80876

Tints of Medium Violet Red #B80876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.06%

R = 59.35%
G = 2.58%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B80876 (or 0xB80876) is known color: Medium Violet Red. HEX triplet: B8, 08 and 76. RGB value is (184,8,118). Sum of RGB (Red+Green+Blue) = 184+8+118=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B80876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80876 is #47F789. Grayscale: #484848. Windows color (decimal): -4716426 or 7735480. OLE color: 7735480.

HSL color Cylindrical-coordinate representation of color #B80876: hue angle of 322.5º 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 #B80876 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 8 118 -
CMYK 0 0.96 0.36 0.28
HSL 322.5º 0.92% 0.38% -
HSV(B) 322.5º 0.96% 0.72% -
XYZ 23.12 11.67 18.17 -
YUV 73.16 153.31 207.06 -
System Red Green Blue C M Y K H S L
Decimal 184 8 118 0 0.96 0.36 0.28 322.5 0.92 0.38
Hex B8 8 76 0 60 24 1C 142 5C 26
Octal 270 10 166 0 140 44 34 502 134 46
Binary 10111000 1000 1110110 0 1100000 100100 11100 101000010 1011100 100110

Color Harmonies of #B80876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80876

Black with #B80876

Text Example


Text Example

White with #B80876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80876; }

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

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

background-color css

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

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

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

border-color css

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

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

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