Html Css Color HEX #B618DB Deep Magenta

📋 copy color: '#B618DB'

red 182 ◦ green 24 ◦ blue 219

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

Shades of Deep Magenta #B618DB

Tints of Deep Magenta #B618DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.65%

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

R = 42.82%
G = 5.65%
B = 51.53%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B618DB (or 0xB618DB) is known color: Deep Magenta. HEX triplet: B6, 18 and DB. RGB value is (182,24,219). Sum of RGB (Red+Green+Blue) = 182+24+219=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #B618DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B618DB is #49E724. Grayscale: #5C5C5C. Windows color (decimal): -4843301 or 14358710. OLE color: 14358710.

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

Color convert

RGB 182 24 219 -
CMYK 0.17 0.89 0 0.14
HSL 288.62º 0.8% 0.48% -
HSV(B) 288.62º 0.89% 0.86% -
XYZ 32.4 15.71 68.34 -
YUV 93.47 198.85 191.14 -
System Red Green Blue C M Y K H S L
Decimal 182 24 219 0.17 0.89 0 0.14 288.62 0.8 0.48
Hex B6 18 DB 11 59 0 E 121 50 30
Octal 266 30 333 21 131 0 16 441 120 60
Binary 10110110 11000 11011011 10001 1011001 0 1110 100100001 1010000 110000

Color Harmonies of #B618DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B618DB

Black with #B618DB

Text Example


Text Example

White with #B618DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B618DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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