#B61AB0

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

Shades of Deep Magenta #B61AB0

Tints of Deep Magenta #B61AB0

Color information

#B61AB0 (or 0xB61AB0) is unknown color: approx Deep Magenta. HEX triplet: B6, 1A and B0. RGB value is (182,26,176). Sum of RGB (Red+Green+Blue) = 182+26+176=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B61AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61AB0 is #49E54F. Grayscale: #595959. Windows color (decimal): -4842832 or 11541174. OLE color: 11541174.

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

Color convert

RGB18226176-
CMYK00.860.030.29
HSL302.31º75%40.78%-
HSV(B)302.31º85.71%71.37%-
XYZ27.513.8242.29-
YUV89.74176.68193.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.40%
GREEN value IS 26 (10.55% from 255) = 6.77%
BLUE value IS 176 (69.14% from 255) = 45.83%
R=47.40%
G=6.77%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822617600.860.030.29302.317540.78
HexB61AB005631D12e4b29
Octal26632260012633545611351
Binary1011011011010101100000101011011111011001011101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61AB0; }

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

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

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

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

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

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

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

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