Html Css Color HEX #B80872 Medium Violet Red

📋 copy color: '#B80872'

red 184 ◦ green 8 ◦ blue 114

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

Shades of Medium Violet Red #B80872

Tints of Medium Violet Red #B80872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.25%

R = 60.13%
G = 2.61%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B80872 (or 0xB80872) is known color: Medium Violet Red. HEX triplet: B8, 08 and 72. RGB value is (184,8,114). Sum of RGB (Red+Green+Blue) = 184+8+114=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B80872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80872 is #47F78D. Grayscale: #484848. Windows color (decimal): -4716430 or 7473336. OLE color: 7473336.

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

Color convert

RGB 184 8 114 -
CMYK 0 0.96 0.38 0.28
HSL 323.86º 0.92% 0.38% -
HSV(B) 323.86º 0.96% 0.72% -
XYZ 22.89 11.58 16.95 -
YUV 72.71 151.31 207.38 -
System Red Green Blue C M Y K H S L
Decimal 184 8 114 0 0.96 0.38 0.28 323.86 0.92 0.38
Hex B8 8 72 0 60 26 1C 144 5C 26
Octal 270 10 162 0 140 46 34 504 134 46
Binary 10111000 1000 1110010 0 1100000 100110 11100 101000100 1011100 100110

Color Harmonies of #B80872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80872

Black with #B80872

Text Example


Text Example

White with #B80872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80872; }

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

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

background-color css

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

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

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

border-color css

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

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

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