#B612BB

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

Shades of Deep Magenta #B612BB

Tints of Deep Magenta #B612BB

Color information

#B612BB (or 0xB612BB) is unknown color: approx Deep Magenta. HEX triplet: B6, 12 and BB. RGB value is (182,18,187). Sum of RGB (Red+Green+Blue) = 182+18+187=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #B612BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B612BB is #49ED44. Grayscale: #555555. Windows color (decimal): -4844869 or 12260022. OLE color: 12260022.

HSL color Cylindrical-coordinate representation of color #B612BB: hue angle of 298.22º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B612BB is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18218187-
CMYK0.030.9000.27
HSL298.22º82.44%40.2%-
HSV(B)298.22º90.37%73.33%-
XYZ28.4813.9748.21-
YUV86.3184.83196.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.03%
GREEN value IS 18 (7.42% from 255) = 4.65%
BLUE value IS 187 (73.44% from 255) = 48.32%
R=47.03%
G=4.65%
B=48.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182181870.030.9000.27298.2282.4440.2
HexB612BB35A01B12a5228
Octal26622273313203345212250
Binary1011011010010101110111110110100110111001010101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B612BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B612BB; }

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

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

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

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

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

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

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

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