Html Css Color HEX #BA00DB Deep Magenta

📋 copy color: '#BA00DB'

red 186 ◦ green 0 ◦ blue 219

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

Shades of Deep Magenta #BA00DB

Tints of Deep Magenta #BA00DB

RGB

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

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

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

R = 45.93%
G = 0%
B = 54.07%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA00DB (or 0xBA00DB) is known color: Deep Magenta. HEX triplet: BA, 00 and DB. RGB value is (186,0,219). Sum of RGB (Red+Green+Blue) = 186+0+219=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA00DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00DB is #45FF24. Grayscale: #4F4F4F. Windows color (decimal): -4587301 or 14352570. OLE color: 14352570.

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

Color convert

RGB 186 0 219 -
CMYK 0.15 1 0 0.14
HSL 290.96º 1% 0.43% -
HSV(B) 290.96º 1% 0.86% -
XYZ 33.04 15.55 68.28 -
YUV 80.58 206.12 203.19 -
System Red Green Blue C M Y K H S L
Decimal 186 0 219 0.15 1 0 0.14 290.96 1 0.43
Hex BA 0 DB F 64 0 E 123 64 2B
Octal 272 0 333 17 144 0 16 443 144 53
Binary 10111010 0 11011011 1111 1100100 0 1110 100100011 1100100 101011

Color Harmonies of #BA00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00DB

Black with #BA00DB

Text Example


Text Example

White with #BA00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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