#B005B6

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

Shades of Deep Magenta #B005B6

Tints of Deep Magenta #B005B6

Color information

#B005B6 (or 0xB005B6) is unknown color: approx Deep Magenta. HEX triplet: B0, 05 and B6. RGB value is (176,5,182). Sum of RGB (Red+Green+Blue) = 176+5+182=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #B005B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B005B6 is #4FFA49. Grayscale: #4B4B4B. Windows color (decimal): -5241418 or 11929008. OLE color: 11929008.

HSL color Cylindrical-coordinate representation of color #B005B6: hue angle of 297.97º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B005B6 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1765182-
CMYK0.030.9700.29
HSL297.97º94.65%36.67%-
HSV(B)297.97º97.25%71.37%-
XYZ26.412.7245.32-
YUV76.31187.65199.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.48%
GREEN value IS 5 (2.34% from 255) = 1.38%
BLUE value IS 182 (71.48% from 255) = 50.14%
R=48.48%
G=1.38%
B=50.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17651820.030.9700.29297.9794.6536.67
HexB05B636101D12a5f25
Octal2605266314103545213745
Binary10110000101101101101111000010111011001010101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B005B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B005B6; }

 p { color: rgb(176,5,182); }

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

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

 a { background-color: rgb(176,5,182); }

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

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

 span { border-color: rgb(176,5,182); }

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