#B80078

Color #B80078 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B80078

Tints of Medium Violet Red #B80078

Color information

#B80078 (or 0xB80078) is unknown color: approx Medium Violet Red. HEX triplet: B8, 00 and 78. RGB value is (184,0,120). Sum of RGB (Red+Green+Blue) = 184+0+120=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B80078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80078 is #47FF87. Grayscale: #444444. Windows color (decimal): -4718472 or 7864504. OLE color: 7864504.

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

Color convert

RGB1840120-
CMYK010.350.28
HSL320.87º100%36.08%-
HSV(B)320.87º100%72.16%-
XYZ23.1611.5518.78-
YUV68.7156.96210.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 39.47%
R=60.53%
G=0%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1840120010.350.28320.8710036.08
HexB8078064231C1416424
Octal27001700144433450114444
Binary101110000111100001100100100011111001010000011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80078; }

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

 H1.HeaderClassName
 {
   color: #B80078;
 }
 .AnyTagClassName
 {
   color: #B80078;
 }
</style>
background-color css

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

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

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

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

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

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