Html Css Color HEX #BA10DE Deep Magenta

📋 copy color: '#BA10DE'

red 186 ◦ green 16 ◦ blue 222

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

Shades of Deep Magenta #BA10DE

Tints of Deep Magenta #BA10DE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.77%

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

R = 43.87%
G = 3.77%
B = 52.36%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA10DE (or 0xBA10DE) is known color: Deep Magenta. HEX triplet: BA, 10 and DE. RGB value is (186,16,222). Sum of RGB (Red+Green+Blue) = 186+16+222=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 16 (6.64% from 255 or 3.77% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA10DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA10DE is #45EF21. Grayscale: #595959. Windows color (decimal): -4583202 or 14553274. OLE color: 14553274.

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

Color convert

RGB 186 16 222 -
CMYK 0.16 0.93 0 0.13
HSL 289.51º 0.87% 0.47% -
HSV(B) 289.51º 0.93% 0.87% -
XYZ 33.62 16.08 70.44 -
YUV 90.31 202.32 196.25 -
System Red Green Blue C M Y K H S L
Decimal 186 16 222 0.16 0.93 0 0.13 289.51 0.87 0.47
Hex BA 10 DE 10 5D 0 D 122 57 2F
Octal 272 20 336 20 135 0 15 442 127 57
Binary 10111010 10000 11011110 10000 1011101 0 1101 100100010 1010111 101111

Color Harmonies of #BA10DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA10DE

Black with #BA10DE

Text Example


Text Example

White with #BA10DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA10DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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