#B40CA6

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

Shades of Medium Violet Red #B40CA6

Tints of Medium Violet Red #B40CA6

Color information

#B40CA6 (or 0xB40CA6) is unknown color: approx Medium Violet Red. HEX triplet: B4, 0C and A6. RGB value is (180,12,166). Sum of RGB (Red+Green+Blue) = 180+12+166=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 166 (65.23% from 255 or 46.37% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B40CA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40CA6 is #4BF359. Grayscale: #4F4F4F. Windows color (decimal): -4977498 or 10882228. OLE color: 10882228.

HSL color Cylindrical-coordinate representation of color #B40CA6: hue angle of 305º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40CA6 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB18012166-
CMYK00.930.080.29
HSL305º87.5%37.65%-
HSV(B)305º93.33%70.59%-
XYZ25.8412.7237.17-
YUV79.79176.66199.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.28%
GREEN value IS 12 (5.08% from 255) = 3.35%
BLUE value IS 166 (65.23% from 255) = 46.37%
R=50.28%
G=3.35%
B=46.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801216600.930.080.2930587.537.65
HexB4CA605D81D1315826
Octal264142460135103546113046
Binary10110100110010100110010111011000111011001100011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40CA6; }

 p { color: rgb(180,12,166); }

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

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

 a { background-color: rgb(180,12,166); }

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

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

 span { border-color: rgb(180,12,166); }

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