Html Css Color HEX #BA08DB Deep Magenta

📋 copy color: '#BA08DB'

red 186 ◦ green 8 ◦ blue 219

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

Shades of Deep Magenta #BA08DB

Tints of Deep Magenta #BA08DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.94%

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

R = 45.04%
G = 1.94%
B = 53.03%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA08DB (or 0xBA08DB) is known color: Deep Magenta. HEX triplet: BA, 08 and DB. RGB value is (186,8,219). Sum of RGB (Red+Green+Blue) = 186+8+219=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 8 (3.52% from 255 or 1.94% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA08DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA08DB is #45F724. Grayscale: #545454. Windows color (decimal): -4585253 or 14354618. OLE color: 14354618.

HSL color Cylindrical-coordinate representation of color #BA08DB: hue angle of 290.62º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA08DB is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 8 219 -
CMYK 0.15 0.96 0 0.14
HSL 290.62º 0.93% 0.45% -
HSV(B) 290.62º 0.96% 0.86% -
XYZ 33.12 15.73 68.31 -
YUV 85.28 203.47 199.84 -
System Red Green Blue C M Y K H S L
Decimal 186 8 219 0.15 0.96 0 0.14 290.62 0.93 0.45
Hex BA 8 DB F 60 0 E 123 5D 2D
Octal 272 10 333 17 140 0 16 443 135 55
Binary 10111010 1000 11011011 1111 1100000 0 1110 100100011 1011101 101101

Color Harmonies of #BA08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA08DB

Black with #BA08DB

Text Example


Text Example

White with #BA08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA08DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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