#B40CA5

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

Shades of Medium Violet Red #B40CA5

Tints of Medium Violet Red #B40CA5

Color information

#B40CA5 (or 0xB40CA5) is unknown color: approx Medium Violet Red. HEX triplet: B4, 0C and A5. RGB value is (180,12,165). Sum of RGB (Red+Green+Blue) = 180+12+165=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B40CA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40CA5 is #4BF35A. Grayscale: #4F4F4F. Windows color (decimal): -4977499 or 10816692. OLE color: 10816692.

HSL color Cylindrical-coordinate representation of color #B40CA5: hue angle of 305.36º 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 #B40CA5 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB18012165-
CMYK00.930.080.29
HSL305.36º87.5%37.65%-
HSV(B)305.36º93.33%70.59%-
XYZ25.7512.6836.69-
YUV79.67176.16199.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.42%
GREEN value IS 12 (5.08% from 255) = 3.36%
BLUE value IS 165 (64.84% from 255) = 46.22%
R=50.42%
G=3.36%
B=46.22%

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
Decimal1801216500.930.080.29305.3687.537.65
HexB4CA505D81D1315826
Octal264142450135103546113046
Binary10110100110010100101010111011000111011001100011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40CA5; }

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

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

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

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

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

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

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

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