Html Css Color HEX #BA16DB Deep Magenta

📋 copy color: '#BA16DB'

red 186 ◦ green 22 ◦ blue 219

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

Shades of Deep Magenta #BA16DB

Tints of Deep Magenta #BA16DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.15%

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

R = 43.56%
G = 5.15%
B = 51.29%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA16DB (or 0xBA16DB) is known color: Deep Magenta. HEX triplet: BA, 16 and DB. RGB value is (186,22,219). Sum of RGB (Red+Green+Blue) = 186+22+219=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 22 (8.98% from 255 or 5.15% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA16DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA16DB is #45E924. Grayscale: #5C5C5C. Windows color (decimal): -4581669 or 14358202. OLE color: 14358202.

HSL color Cylindrical-coordinate representation of color #BA16DB: hue angle of 289.95º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA16DB is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 22 219 -
CMYK 0.15 0.90 0 0.14
HSL 289.95º 0.82% 0.47% -
HSV(B) 289.95º 0.9% 0.86% -
XYZ 33.32 16.13 68.37 -
YUV 93.49 198.83 193.98 -
System Red Green Blue C M Y K H S L
Decimal 186 22 219 0.15 0.90 0 0.14 289.95 0.82 0.47
Hex BA 16 DB F 5A 0 E 122 52 2F
Octal 272 26 333 17 132 0 16 442 122 57
Binary 10111010 10110 11011011 1111 1011010 0 1110 100100010 1010010 101111

Color Harmonies of #BA16DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA16DB

Black with #BA16DB

Text Example


Text Example

White with #BA16DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA16DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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