Html Css Color HEX #B80978 Medium Violet Red

📋 copy color: '#B80978'

red 184 ◦ green 9 ◦ blue 120

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

Shades of Medium Violet Red #B80978

Tints of Medium Violet Red #B80978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.88%

 BLUE value IS 120 (47.27% from 255) = 38.34%

R = 58.79%
G = 2.88%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B80978 (or 0xB80978) is known color: Medium Violet Red. HEX triplet: B8, 09 and 78. RGB value is (184,9,120). Sum of RGB (Red+Green+Blue) = 184+9+120=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B80978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80978 is #47F687. Grayscale: #494949. Windows color (decimal): -4716168 or 7866808. OLE color: 7866808.

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

Color convert

RGB 184 9 120 -
CMYK 0 0.95 0.35 0.28
HSL 321.94º 0.91% 0.38% -
HSV(B) 321.94º 0.95% 0.72% -
XYZ 23.26 11.74 18.81 -
YUV 73.98 153.98 206.47 -
System Red Green Blue C M Y K H S L
Decimal 184 9 120 0 0.95 0.35 0.28 321.94 0.91 0.38
Hex B8 9 78 0 5F 23 1C 142 5B 26
Octal 270 11 170 0 137 43 34 502 133 46
Binary 10111000 1001 1111000 0 1011111 100011 11100 101000010 1011011 100110

Color Harmonies of #B80978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80978

Black with #B80978

Text Example


Text Example

White with #B80978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80978; }

 p { color: rgb(184,9,120); }

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

background-color css

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

 a { background-color: rgb(184,9,120); }

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

border-color css

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

 span { border-color: rgb(184,9,120); }

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