Html Css Color HEX #BA0AD7 Deep Magenta

📋 copy color: '#BA0AD7'

red 186 ◦ green 10 ◦ blue 215

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

Shades of Deep Magenta #BA0AD7

Tints of Deep Magenta #BA0AD7

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.43%

 BLUE value IS 215 (84.38% from 255) = 52.31%

R = 45.26%
G = 2.43%
B = 52.31%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA0AD7 (or 0xBA0AD7) is known color: Deep Magenta. HEX triplet: BA, 0A and D7. RGB value is (186,10,215). Sum of RGB (Red+Green+Blue) = 186+10+215=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 215 (84.38% from 255 or 52.31% from 411); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA0AD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0AD7 is #45F528. Grayscale: #555555. Windows color (decimal): -4584745 or 14092986. OLE color: 14092986.

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

Color convert

RGB 186 10 215 -
CMYK 0.13 0.95 0 0.16
HSL 291.51º 0.91% 0.44% -
HSV(B) 291.51º 0.95% 0.84% -
XYZ 32.62 15.56 65.57 -
YUV 85.99 200.81 199.33 -
System Red Green Blue C M Y K H S L
Decimal 186 10 215 0.13 0.95 0 0.16 291.51 0.91 0.44
Hex BA A D7 D 5F 0 10 124 5B 2C
Octal 272 12 327 15 137 0 20 444 133 54
Binary 10111010 1010 11010111 1101 1011111 0 10000 100100100 1011011 101100

Color Harmonies of #BA0AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0AD7

Black with #BA0AD7

Text Example


Text Example

White with #BA0AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0AD7; }

 p { color: rgb(186,10,215); }

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

background-color css

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

 a { background-color: rgb(186,10,215); }

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

border-color css

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

 span { border-color: rgb(186,10,215); }

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