#B612BD

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

Shades of Deep Magenta #B612BD

Tints of Deep Magenta #B612BD

Color information

#B612BD (or 0xB612BD) is unknown color: approx Deep Magenta. HEX triplet: B6, 12 and BD. RGB value is (182,18,189). Sum of RGB (Red+Green+Blue) = 182+18+189=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #B612BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B612BD is #49ED42. Grayscale: #565656. Windows color (decimal): -4844867 or 12391094. OLE color: 12391094.

HSL color Cylindrical-coordinate representation of color #B612BD: hue angle of 297.54º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B612BD is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18218189-
CMYK0.040.9000.26
HSL297.54º82.61%40.59%-
HSV(B)297.54º90.48%74.12%-
XYZ28.6914.0549.34-
YUV86.53185.83196.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.79%
GREEN value IS 18 (7.42% from 255) = 4.63%
BLUE value IS 189 (74.22% from 255) = 48.59%
R=46.79%
G=4.63%
B=48.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal182181890.040.9000.26297.5482.6140.59
HexB612BD45A01A12a5329
Octal26622275413203245212351
Binary10110110100101011110110010110100110101001010101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B612BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B612BD; }

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

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

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

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

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

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

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

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