#B60FB4

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

Shades of Deep Magenta #B60FB4

Tints of Deep Magenta #B60FB4

Color information

#B60FB4 (or 0xB60FB4) is unknown color: approx Deep Magenta. HEX triplet: B6, 0F and B4. RGB value is (182,15,180). Sum of RGB (Red+Green+Blue) = 182+15+180=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B60FB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60FB4 is #49F04B. Grayscale: #535353. Windows color (decimal): -4845644 or 11800502. OLE color: 11800502.

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

Color convert

RGB18215180-
CMYK00.920.010.29
HSL300.72º84.77%38.63%-
HSV(B)300.72º91.76%71.37%-
XYZ27.713.5844.34-
YUV83.74182.33198.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.28%
GREEN value IS 15 (6.25% from 255) = 3.98%
BLUE value IS 180 (70.70% from 255) = 47.75%
R=48.28%
G=3.98%
B=47.75%

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
Decimal1821518000.920.010.29300.7284.7738.63
HexB6FB405C11D12d5527
Octal26617264013413545512547
Binary10110110111110110100010111001111011001011011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60FB4; }

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

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

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

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

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

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

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

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