#B80B9D

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

Shades of Medium Violet Red #B80B9D

Tints of Medium Violet Red #B80B9D

Color information

#B80B9D (or 0xB80B9D) is unknown color: approx Medium Violet Red. HEX triplet: B8, 0B and 9D. RGB value is (184,11,157). Sum of RGB (Red+Green+Blue) = 184+11+157=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80B9D is #47F462. Grayscale: #4E4E4E. Windows color (decimal): -4715619 or 10292152. OLE color: 10292152.

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

Color convert

RGB18411157-
CMYK00.940.150.28
HSL309.36º88.72%38.24%-
HSV(B)309.36º94.02%72.16%-
XYZ25.9712.8633.01-
YUV79.37171.81202.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.27%
GREEN value IS 11 (4.69% from 255) = 3.12%
BLUE value IS 157 (61.72% from 255) = 44.60%
R=52.27%
G=3.12%
B=44.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841115700.940.150.28309.3688.7238.24
HexB8B9D05EF1C1355926
Octal270132350136173446513146
Binary10111000101110011101010111101111111001001101011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80B9D; }

 p { color: rgb(184,11,157); }

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

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

 a { background-color: rgb(184,11,157); }

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

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

 span { border-color: rgb(184,11,157); }

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