#B60FB5

Color #B60FB5 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B60FB5

Tints of Deep Magenta #B60FB5

Color information

#B60FB5 (or 0xB60FB5) is unknown color: approx Deep Magenta. HEX triplet: B6, 0F and B5. RGB value is (182,15,181). Sum of RGB (Red+Green+Blue) = 182+15+181=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 181 (71.09% from 255 or 47.88% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B60FB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60FB5 is #49F04A. Grayscale: #535353. Windows color (decimal): -4845643 or 11866038. OLE color: 11866038.

HSL color Cylindrical-coordinate representation of color #B60FB5: hue angle of 300.36º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B60FB5 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18215181-
CMYK00.920.010.29
HSL300.36º84.77%38.63%-
HSV(B)300.36º91.76%71.37%-
XYZ27.813.6244.88-
YUV83.86182.83198-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.15%
GREEN value IS 15 (6.25% from 255) = 3.97%
BLUE value IS 181 (71.09% from 255) = 47.88%
R=48.15%
G=3.97%
B=47.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821518100.920.010.29300.3684.7738.63
HexB6FB505C11D12c5527
Octal26617265013413545412547
Binary10110110111110110101010111001111011001011001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60FB5; }

 p { color: rgb(182,15,181); }

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

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

 a { background-color: rgb(182,15,181); }

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

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

 span { border-color: rgb(182,15,181); }

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