Html Css Color HEX #BA24BB Deep Magenta

📋 copy color: '#BA24BB'

red 186 ◦ green 36 ◦ blue 187

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

Shades of Deep Magenta #BA24BB

Tints of Deep Magenta #BA24BB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.8%

 BLUE value IS 187 (73.44% from 255) = 45.72%

R = 45.48%
G = 8.8%
B = 45.72%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA24BB (or 0xBA24BB) is known color: Deep Magenta. HEX triplet: BA, 24 and BB. RGB value is (186,36,187). Sum of RGB (Red+Green+Blue) = 186+36+187=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA24BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA24BB is #45DB44. Grayscale: #616161. Windows color (decimal): -4578117 or 12264634. OLE color: 12264634.

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

Color convert

RGB 186 36 187 -
CMYK 0.01 0.81 0 0.27
HSL 299.6º 0.68% 0.44% -
HSV(B) 299.6º 0.81% 0.73% -
XYZ 29.85 15.29 48.39 -
YUV 98.06 178.2 190.72 -
System Red Green Blue C M Y K H S L
Decimal 186 36 187 0.01 0.81 0 0.27 299.6 0.68 0.44
Hex BA 24 BB 1 51 0 1B 12C 44 2C
Octal 272 44 273 1 121 0 33 454 104 54
Binary 10111010 100100 10111011 1 1010001 0 11011 100101100 1000100 101100

Color Harmonies of #BA24BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA24BB

Black with #BA24BB

Text Example


Text Example

White with #BA24BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA24BB; }

 p { color: rgb(186,36,187); }

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

background-color css

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

 a { background-color: rgb(186,36,187); }

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

border-color css

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

 span { border-color: rgb(186,36,187); }

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