#B80675

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

Shades of Medium Violet Red #B80675

Tints of Medium Violet Red #B80675

Color information

#B80675 (or 0xB80675) is unknown color: approx Medium Violet Red. HEX triplet: B8, 06 and 75. RGB value is (184,6,117). Sum of RGB (Red+Green+Blue) = 184+6+117=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B80675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80675 is #47F98A. Grayscale: #474747. Windows color (decimal): -4716939 or 7669432. OLE color: 7669432.

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

Color convert

RGB1846117-
CMYK00.970.360.28
HSL322.58º93.68%37.25%-
HSV(B)322.58º96.74%72.16%-
XYZ23.0411.617.86-
YUV71.88153.47207.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.93%
GREEN value IS 6 (2.73% from 255) = 1.95%
BLUE value IS 117 (46.09% from 255) = 38.11%
R=59.93%
G=1.95%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184611700.970.360.28322.5893.6837.25
HexB8675061241C1435e25
Octal27061650141443450313645
Binary10111000110111010101100001100100111001010000111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80675; }

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

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

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

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

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

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

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

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