Html Css Color HEX #B600DB Deep Magenta

📋 copy color: '#B600DB'

red 182 ◦ green 0 ◦ blue 219

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

Shades of Deep Magenta #B600DB

Tints of Deep Magenta #B600DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.39%
G = 0%
B = 54.61%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B600DB (or 0xB600DB) is known color: Deep Magenta. HEX triplet: B6, 00 and DB. RGB value is (182,0,219). Sum of RGB (Red+Green+Blue) = 182+0+219=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #B600DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B600DB is #49FF24. Grayscale: #4E4E4E. Windows color (decimal): -4849445 or 14352566. OLE color: 14352566.

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

Color convert

RGB 182 0 219 -
CMYK 0.17 1 0 0.14
HSL 289.86º 1% 0.43% -
HSV(B) 289.86º 1% 0.86% -
XYZ 32.08 15.06 68.23 -
YUV 79.38 206.8 201.19 -
System Red Green Blue C M Y K H S L
Decimal 182 0 219 0.17 1 0 0.14 289.86 1 0.43
Hex B6 0 DB 11 64 0 E 122 64 2B
Octal 266 0 333 21 144 0 16 442 144 53
Binary 10110110 0 11011011 10001 1100100 0 1110 100100010 1100100 101011

Color Harmonies of #B600DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B600DB

Black with #B600DB

Text Example


Text Example

White with #B600DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B600DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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