Html Css Color HEX #B606DB Deep Magenta

📋 copy color: '#B606DB'

red 182 ◦ green 6 ◦ blue 219

#B606DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #B606DB

Tints of Deep Magenta #B606DB

RGB

 RED value IS 182 (71.48% from 255) = 44.72%

 GREEN value IS 6 (2.73% from 255) = 1.47%

 BLUE value IS 219 (85.94% from 255) = 53.81%

R = 44.72%
G = 1.47%
B = 53.81%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B606DB (or 0xB606DB) is known color: Deep Magenta. HEX triplet: B6, 06 and DB. RGB value is (182,6,219). Sum of RGB (Red+Green+Blue) = 182+6+219=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #B606DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B606DB is #49F924. Grayscale: #525252. Windows color (decimal): -4847909 or 14354102. OLE color: 14354102.

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

Color convert

RGB 182 6 219 -
CMYK 0.17 0.97 0 0.14
HSL 289.58º 0.95% 0.44% -
HSV(B) 289.58º 0.97% 0.86% -
XYZ 32.14 15.19 68.26 -
YUV 82.91 204.81 198.68 -
System Red Green Blue C M Y K H S L
Decimal 182 6 219 0.17 0.97 0 0.14 289.58 0.95 0.44
Hex B6 6 DB 11 61 0 E 122 5F 2C
Octal 266 6 333 21 141 0 16 442 137 54
Binary 10110110 110 11011011 10001 1100001 0 1110 100100010 1011111 101100

Color Harmonies of #B606DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B606DB

Black with #B606DB

Text Example


Text Example

White with #B606DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B606DB; }

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

 H1.HeaderClassName
 {
   color: #B606DB;
 }
 .AnyTagClassName
 {
   color: #B606DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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