#B80775

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

Shades of Medium Violet Red #B80775

Tints of Medium Violet Red #B80775

Color information

#B80775 (or 0xB80775) is unknown color: approx Medium Violet Red. HEX triplet: B8, 07 and 75. RGB value is (184,7,117). Sum of RGB (Red+Green+Blue) = 184+7+117=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B80775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80775 is #47F88A. Grayscale: #484848. Windows color (decimal): -4716683 or 7669688. OLE color: 7669688.

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

Color convert

RGB1847117-
CMYK00.960.360.28
HSL322.71º92.67%37.45%-
HSV(B)322.71º96.2%72.16%-
XYZ23.0511.6317.86-
YUV72.46153.14207.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.74%
GREEN value IS 7 (3.12% from 255) = 2.27%
BLUE value IS 117 (46.09% from 255) = 37.99%
R=59.74%
G=2.27%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184711700.960.360.28322.7192.6737.45
HexB8775060241C1435d25
Octal27071650140443450313545
Binary10111000111111010101100000100100111001010000111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80775; }

 p { color: rgb(184,7,117); }

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

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

 a { background-color: rgb(184,7,117); }

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

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

 span { border-color: rgb(184,7,117); }

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