#B80DA6

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

Shades of Medium Violet Red #B80DA6

Tints of Medium Violet Red #B80DA6

Color information

#B80DA6 (or 0xB80DA6) is unknown color: approx Medium Violet Red. HEX triplet: B8, 0D and A6. RGB value is (184,13,166). Sum of RGB (Red+Green+Blue) = 184+13+166=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B80DA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80DA6 is #47F259. Grayscale: #515151. Windows color (decimal): -4715098 or 10882488. OLE color: 10882488.

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

Color convert

RGB18413166-
CMYK00.930.100.28
HSL306.32º86.8%38.63%-
HSV(B)306.32º92.93%72.16%-
XYZ26.7913.2337.22-
YUV81.57175.65201.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.69%
GREEN value IS 13 (5.47% from 255) = 3.58%
BLUE value IS 166 (65.23% from 255) = 45.73%
R=50.69%
G=3.58%
B=45.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841316600.930.100.28306.3286.838.63
HexB8DA605DA1C1325727
Octal270152460135123446212747
Binary10111000110110100110010111011010111001001100101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80DA6; }

 p { color: rgb(184,13,166); }

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

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

 a { background-color: rgb(184,13,166); }

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

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

 span { border-color: rgb(184,13,166); }

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