#B608DB

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

Shades of Deep Magenta #B608DB

Tints of Deep Magenta #B608DB

Color information

#B608DB (or 0xB608DB) is unknown color: approx Deep Magenta. HEX triplet: B6, 08 and DB. RGB value is (182,8,219). Sum of RGB (Red+Green+Blue) = 182+8+219=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #B608DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B608DB is #49F724. Grayscale: #535353. Windows color (decimal): -4847397 or 14354614. OLE color: 14354614.

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

Color convert

RGB1828219-
CMYK0.170.9600.14
HSL289.48º92.95%44.51%-
HSV(B)289.48º96.35%85.88%-
XYZ32.1615.2368.26-
YUV84.08204.15197.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 8 (3.52% from 255) = 1.96%
BLUE value IS 219 (85.94% from 255) = 53.55%
R=44.50%
G=1.96%
B=53.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal18282190.170.9600.14289.4892.9544.51
HexB68DB11600E1215d2d
Octal266103332114001644113555
Binary10110110100011011011100011100000011101001000011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B608DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B608DB; }

 p { color: rgb(182,8,219); }

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

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

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

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

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

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

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