#B612B6

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

Shades of Deep Magenta #B612B6

Tints of Deep Magenta #B612B6

Color information

#B612B6 (or 0xB612B6) is unknown color: approx Deep Magenta. HEX triplet: B6, 12 and B6. RGB value is (182,18,182). Sum of RGB (Red+Green+Blue) = 182+18+182=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 182 (71.48% from 255 or 47.64% from 382); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B612B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B612B6 is #49ED49. Grayscale: #555555. Windows color (decimal): -4844874 or 11932342. OLE color: 11932342.

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

Color convert

RGB18218182-
CMYK00.9000.29
HSL300º82%39.22%-
HSV(B)300º90.11%71.37%-
XYZ27.9513.7645.44-
YUV85.73182.33196.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.64%
GREEN value IS 18 (7.42% from 255) = 4.71%
BLUE value IS 182 (71.48% from 255) = 47.64%
R=47.64%
G=4.71%
B=47.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821818200.9000.293008239.22
HexB612B605A01D12c5227
Octal26622266013203545412247
Binary101101101001010110110010110100111011001011001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B612B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B612B6; }

 p { color: rgb(182,18,182); }

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

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

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

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

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

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

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