#B80885

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

Shades of Medium Violet Red #B80885

Tints of Medium Violet Red #B80885

Color information

#B80885 (or 0xB80885) is unknown color: approx Medium Violet Red. HEX triplet: B8, 08 and 85. RGB value is (184,8,133). Sum of RGB (Red+Green+Blue) = 184+8+133=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B80885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80885 is #47F77A. Grayscale: #4A4A4A. Windows color (decimal): -4716411 or 8718520. OLE color: 8718520.

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

Color convert

RGB1848133-
CMYK00.960.280.28
HSL317.39º91.67%37.65%-
HSV(B)317.39º95.65%72.16%-
XYZ24.0912.0623.25-
YUV74.87160.81205.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.62%
GREEN value IS 8 (3.52% from 255) = 2.46%
BLUE value IS 133 (52.34% from 255) = 40.92%
R=56.62%
G=2.46%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184813300.960.280.28317.3991.6737.65
HexB88850601C1C13d5c26
Octal270102050140343447513446
Binary101110001000100001010110000011100111001001111011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80885; }

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

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

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

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

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

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

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

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