#B80696

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

Shades of Medium Violet Red #B80696

Tints of Medium Violet Red #B80696

Color information

#B80696 (or 0xB80696) is unknown color: approx Medium Violet Red. HEX triplet: B8, 06 and 96. RGB value is (184,6,150). Sum of RGB (Red+Green+Blue) = 184+6+150=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B80696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80696 is #47F969. Grayscale: #4B4B4B. Windows color (decimal): -4716906 or 9832120. OLE color: 9832120.

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

Color convert

RGB1846150-
CMYK00.970.180.28
HSL311.46º93.68%37.25%-
HSV(B)311.46º96.74%72.16%-
XYZ25.3412.5229.94-
YUV75.64169.97205.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.12%
GREEN value IS 6 (2.73% from 255) = 1.76%
BLUE value IS 150 (58.98% from 255) = 44.12%
R=54.12%
G=1.76%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184615000.970.180.28311.4693.6837.25
HexB8696061121C1375e25
Octal27062260141223446713645
Binary10111000110100101100110000110010111001001101111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80696; }

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

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

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

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

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

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

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

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