Html Css Color HEX #B80875 Medium Violet Red

📋 copy color: '#B80875'

red 184 ◦ green 8 ◦ blue 117

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

Shades of Medium Violet Red #B80875

Tints of Medium Violet Red #B80875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.86%

R = 59.55%
G = 2.59%
B = 37.86%

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

#B80875 (or 0xB80875) is known color: Medium Violet Red. HEX triplet: B8, 08 and 75. RGB value is (184,8,117). Sum of RGB (Red+Green+Blue) = 184+8+117=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B80875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80875 is #47F78A. Grayscale: #484848. Windows color (decimal): -4716427 or 7669944. OLE color: 7669944.

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

Color convert

RGB 184 8 117 -
CMYK 0 0.96 0.36 0.28
HSL 322.84º 0.92% 0.38% -
HSV(B) 322.84º 0.96% 0.72% -
XYZ 23.06 11.65 17.86 -
YUV 73.05 152.81 207.14 -
System Red Green Blue C M Y K H S L
Decimal 184 8 117 0 0.96 0.36 0.28 322.84 0.92 0.38
Hex B8 8 75 0 60 24 1C 143 5C 26
Octal 270 10 165 0 140 44 34 503 134 46
Binary 10111000 1000 1110101 0 1100000 100100 11100 101000011 1011100 100110

Color Harmonies of #B80875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80875

Black with #B80875

Text Example


Text Example

White with #B80875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80875; }

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

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

background-color css

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

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

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

border-color css

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

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

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