Html Css Color HEX #BA17DB Deep Magenta

📋 copy color: '#BA17DB'

red 186 ◦ green 23 ◦ blue 219

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

Shades of Deep Magenta #BA17DB

Tints of Deep Magenta #BA17DB

RGB

 RED value IS 186 (73.05% from 255) = 43.46%

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

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

R = 43.46%
G = 5.37%
B = 51.17%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA17DB (or 0xBA17DB) is known color: Deep Magenta. HEX triplet: BA, 17 and DB. RGB value is (186,23,219). Sum of RGB (Red+Green+Blue) = 186+23+219=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 23 (9.38% from 255 or 5.37% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA17DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17DB is #45E824. Grayscale: #5D5D5D. Windows color (decimal): -4581413 or 14358458. OLE color: 14358458.

HSL color Cylindrical-coordinate representation of color #BA17DB: hue angle of 289.9º 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 #BA17DB is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 23 219 -
CMYK 0.15 0.89 0 0.14
HSL 289.9º 0.81% 0.47% -
HSV(B) 289.9º 0.89% 0.86% -
XYZ 33.34 16.17 68.38 -
YUV 94.08 198.5 193.56 -
System Red Green Blue C M Y K H S L
Decimal 186 23 219 0.15 0.89 0 0.14 289.9 0.81 0.47
Hex BA 17 DB F 59 0 E 122 51 2F
Octal 272 27 333 17 131 0 16 442 121 57
Binary 10111010 10111 11011011 1111 1011001 0 1110 100100010 1010001 101111

Color Harmonies of #BA17DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA17DB

Black with #BA17DB

Text Example


Text Example

White with #BA17DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA17DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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