#B610D4

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

Shades of Deep Magenta #B610D4

Tints of Deep Magenta #B610D4

Color information

#B610D4 (or 0xB610D4) is unknown color: approx Deep Magenta. HEX triplet: B6, 10 and D4. RGB value is (182,16,212). Sum of RGB (Red+Green+Blue) = 182+16+212=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 16 (6.64% from 255 or 3.90% from 410); Blue value is 212 (83.20% from 255 or 51.71% from 410); Max value from RGB is 212 - color contains mainly: blue. Hex color #B610D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B610D4 is #49EF2B. Grayscale: #575757. Windows color (decimal): -4845356 or 13897910. OLE color: 13897910.

HSL color Cylindrical-coordinate representation of color #B610D4: hue angle of 290.82º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B610D4 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18216212-
CMYK0.140.9200.17
HSL290.82º85.96%44.71%-
HSV(B)290.82º92.45%83.14%-
XYZ31.3615.0763.54-
YUV87.98198195.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 16 (6.64% from 255) = 3.90%
BLUE value IS 212 (83.20% from 255) = 51.71%
R=44.39%
G=3.90%
B=51.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal182162120.140.9200.17290.8285.9644.71
HexB610D4E5C011123562d
Octal266203241613402144312655
Binary101101101000011010100111010111000100011001000111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B610D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B610D4; }

 p { color: rgb(182,16,212); }

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

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

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

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

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

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

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