Html Css Color HEX #BA15BD Deep Magenta

📋 copy color: '#BA15BD'

red 186 ◦ green 21 ◦ blue 189

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

Shades of Deep Magenta #BA15BD

Tints of Deep Magenta #BA15BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.73%

R = 46.97%
G = 5.3%
B = 47.73%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA15BD (or 0xBA15BD) is known color: Deep Magenta. HEX triplet: BA, 15 and BD. RGB value is (186,21,189). Sum of RGB (Red+Green+Blue) = 186+21+189=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA15BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15BD is #45EA42. Grayscale: #585858. Windows color (decimal): -4581955 or 12391866. OLE color: 12391866.

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

Color convert

RGB 186 21 189 -
CMYK 0.02 0.89 0 0.26
HSL 298.93º 0.8% 0.41% -
HSV(B) 298.93º 0.89% 0.74% -
XYZ 29.7 14.65 49.41 -
YUV 89.49 184.16 196.84 -
System Red Green Blue C M Y K H S L
Decimal 186 21 189 0.02 0.89 0 0.26 298.93 0.8 0.41
Hex BA 15 BD 2 59 0 1A 12B 50 29
Octal 272 25 275 2 131 0 32 453 120 51
Binary 10111010 10101 10111101 10 1011001 0 11010 100101011 1010000 101001

Color Harmonies of #BA15BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA15BD

Black with #BA15BD

Text Example


Text Example

White with #BA15BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA15BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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