Html Css Color HEX #BA0BDE Deep Magenta

📋 copy color: '#BA0BDE'

red 186 ◦ green 11 ◦ blue 222

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

Shades of Deep Magenta #BA0BDE

Tints of Deep Magenta #BA0BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.98%

R = 44.39%
G = 2.63%
B = 52.98%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA0BDE (or 0xBA0BDE) is known color: Deep Magenta. HEX triplet: BA, 0B and DE. RGB value is (186,11,222). Sum of RGB (Red+Green+Blue) = 186+11+222=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 11 (4.69% from 255 or 2.63% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA0BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0BDE is #45F421. Grayscale: #565656. Windows color (decimal): -4584482 or 14551994. OLE color: 14551994.

HSL color Cylindrical-coordinate representation of color #BA0BDE: hue angle of 289.76º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0BDE is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 11 222 -
CMYK 0.16 0.95 0 0.13
HSL 289.76º 0.91% 0.46% -
HSV(B) 289.76º 0.95% 0.87% -
XYZ 33.55 15.95 70.42 -
YUV 87.38 203.98 198.34 -
System Red Green Blue C M Y K H S L
Decimal 186 11 222 0.16 0.95 0 0.13 289.76 0.91 0.46
Hex BA B DE 10 5F 0 D 122 5B 2E
Octal 272 13 336 20 137 0 15 442 133 56
Binary 10111010 1011 11011110 10000 1011111 0 1101 100100010 1011011 101110

Color Harmonies of #BA0BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0BDE

Black with #BA0BDE

Text Example


Text Example

White with #BA0BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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