Html Css Color HEX #B80874 Medium Violet Red

📋 copy color: '#B80874'

red 184 ◦ green 8 ◦ blue 116

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

Shades of Medium Violet Red #B80874

Tints of Medium Violet Red #B80874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.66%

R = 59.74%
G = 2.6%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B80874 (or 0xB80874) is known color: Medium Violet Red. HEX triplet: B8, 08 and 74. RGB value is (184,8,116). Sum of RGB (Red+Green+Blue) = 184+8+116=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B80874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80874 is #47F78B. Grayscale: #484848. Windows color (decimal): -4716428 or 7604408. OLE color: 7604408.

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

Color convert

RGB 184 8 116 -
CMYK 0 0.96 0.37 0.28
HSL 323.18º 0.92% 0.38% -
HSV(B) 323.18º 0.96% 0.72% -
XYZ 23.01 11.62 17.55 -
YUV 72.94 152.31 207.22 -
System Red Green Blue C M Y K H S L
Decimal 184 8 116 0 0.96 0.37 0.28 323.18 0.92 0.38
Hex B8 8 74 0 60 25 1C 143 5C 26
Octal 270 10 164 0 140 45 34 503 134 46
Binary 10111000 1000 1110100 0 1100000 100101 11100 101000011 1011100 100110

Color Harmonies of #B80874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80874

Black with #B80874

Text Example


Text Example

White with #B80874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80874; }

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

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

background-color css

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

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

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

border-color css

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

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

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