Html Css Color HEX #BA15B9 Deep Magenta

📋 copy color: '#BA15B9'

red 186 ◦ green 21 ◦ blue 185

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

Shades of Deep Magenta #BA15B9

Tints of Deep Magenta #BA15B9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.36%

 BLUE value IS 185 (72.66% from 255) = 47.19%

R = 47.45%
G = 5.36%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA15B9 (or 0xBA15B9) is known color: Deep Magenta. HEX triplet: BA, 15 and B9. RGB value is (186,21,185). Sum of RGB (Red+Green+Blue) = 186+21+185=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA15B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15B9 is #45EA46. Grayscale: #585858. Windows color (decimal): -4581959 or 12129722. OLE color: 12129722.

HSL color Cylindrical-coordinate representation of color #BA15B9: hue angle of 300.36º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA15B9 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 21 185 -
CMYK 0 0.89 0.01 0.27
HSL 300.36º 0.8% 0.41% -
HSV(B) 300.36º 0.89% 0.73% -
XYZ 29.27 14.48 47.15 -
YUV 89.03 182.16 197.16 -
System Red Green Blue C M Y K H S L
Decimal 186 21 185 0 0.89 0.01 0.27 300.36 0.8 0.41
Hex BA 15 B9 0 59 1 1B 12C 50 29
Octal 272 25 271 0 131 1 33 454 120 51
Binary 10111010 10101 10111001 0 1011001 1 11011 100101100 1010000 101001

Color Harmonies of #BA15B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA15B9

Black with #BA15B9

Text Example


Text Example

White with #BA15B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA15B9; }

 p { color: rgb(186,21,185); }

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

background-color css

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

 a { background-color: rgb(186,21,185); }

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

border-color css

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

 span { border-color: rgb(186,21,185); }

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