Html Css Color HEX #B617DB Deep Magenta

📋 copy color: '#B617DB'

red 182 ◦ green 23 ◦ blue 219

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

Shades of Deep Magenta #B617DB

Tints of Deep Magenta #B617DB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.42%

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

R = 42.92%
G = 5.42%
B = 51.65%

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

#B617DB (or 0xB617DB) is known color: Deep Magenta. HEX triplet: B6, 17 and DB. RGB value is (182,23,219). Sum of RGB (Red+Green+Blue) = 182+23+219=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 23 (9.38% from 255 or 5.42% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #B617DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B617DB is #49E824. Grayscale: #5C5C5C. Windows color (decimal): -4843557 or 14358454. OLE color: 14358454.

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

Color convert

RGB 182 23 219 -
CMYK 0.17 0.89 0 0.14
HSL 288.67º 0.81% 0.47% -
HSV(B) 288.67º 0.89% 0.86% -
XYZ 32.38 15.67 68.34 -
YUV 92.89 199.18 191.56 -
System Red Green Blue C M Y K H S L
Decimal 182 23 219 0.17 0.89 0 0.14 288.67 0.81 0.47
Hex B6 17 DB 11 59 0 E 121 51 2F
Octal 266 27 333 21 131 0 16 441 121 57
Binary 10110110 10111 11011011 10001 1011001 0 1110 100100001 1010001 101111

Color Harmonies of #B617DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B617DB

Black with #B617DB

Text Example


Text Example

White with #B617DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B617DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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