Html Css Color HEX #BA0BDA Deep Magenta

📋 copy color: '#BA0BDA'

red 186 ◦ green 11 ◦ blue 218

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

Shades of Deep Magenta #BA0BDA

Tints of Deep Magenta #BA0BDA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.65%

 BLUE value IS 218 (85.55% from 255) = 52.53%

R = 44.82%
G = 2.65%
B = 52.53%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA0BDA (or 0xBA0BDA) is known color: Deep Magenta. HEX triplet: BA, 0B and DA. RGB value is (186,11,218). Sum of RGB (Red+Green+Blue) = 186+11+218=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA0BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0BDA is #45F425. Grayscale: #565656. Windows color (decimal): -4584486 or 14289850. OLE color: 14289850.

HSL color Cylindrical-coordinate representation of color #BA0BDA: hue angle of 290.72º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0BDA is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 11 218 -
CMYK 0.15 0.95 0 0.15
HSL 290.72º 0.9% 0.45% -
HSV(B) 290.72º 0.95% 0.85% -
XYZ 33.02 15.74 67.63 -
YUV 86.92 201.98 198.67 -
System Red Green Blue C M Y K H S L
Decimal 186 11 218 0.15 0.95 0 0.15 290.72 0.9 0.45
Hex BA B DA F 5F 0 F 123 5A 2D
Octal 272 13 332 17 137 0 17 443 132 55
Binary 10111010 1011 11011010 1111 1011111 0 1111 100100011 1011010 101101

Color Harmonies of #BA0BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0BDA

Black with #BA0BDA

Text Example


Text Example

White with #BA0BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0BDA; }

 p { color: rgb(186,11,218); }

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

background-color css

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

 a { background-color: rgb(186,11,218); }

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

border-color css

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

 span { border-color: rgb(186,11,218); }

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