#B60FCB

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

Shades of Deep Magenta #B60FCB

Tints of Deep Magenta #B60FCB

Color information

#B60FCB (or 0xB60FCB) is unknown color: approx Deep Magenta. HEX triplet: B6, 0F and CB. RGB value is (182,15,203). Sum of RGB (Red+Green+Blue) = 182+15+203=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #B60FCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60FCB is #49F034. Grayscale: #555555. Windows color (decimal): -4845621 or 13307830. OLE color: 13307830.

HSL color Cylindrical-coordinate representation of color #B60FCB: hue angle of 293.3º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60FCB is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18215203-
CMYK0.100.9300.20
HSL293.3º86.24%42.75%-
HSV(B)293.3º92.61%79.61%-
XYZ30.2414.657.72-
YUV86.36193.83196.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.5%
GREEN value IS 15 (6.25% from 255) = 3.75%
BLUE value IS 203 (79.69% from 255) = 50.75%
R=45.5%
G=3.75%
B=50.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182152030.100.9300.20293.386.2442.75
HexB6FCBA5D014125562b
Octal266173131213502444512653
Binary10110110111111001011101010111010101001001001011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60FCB; }

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

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

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

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

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

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

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

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