Html Css Color HEX #BA23BA Deep Magenta

📋 copy color: '#BA23BA'

red 186 ◦ green 35 ◦ blue 186

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

Shades of Deep Magenta #BA23BA

Tints of Deep Magenta #BA23BA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.6%

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 45.7%
G = 8.6%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA23BA (or 0xBA23BA) is known color: Deep Magenta. HEX triplet: BA, 23 and BA. RGB value is (186,35,186). Sum of RGB (Red+Green+Blue) = 186+35+186=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA23BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA23BA is #45DC45. Grayscale: #606060. Windows color (decimal): -4578374 or 12198842. OLE color: 12198842.

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

Color convert

RGB 186 35 186 -
CMYK 0 0.81 0 0.27
HSL 300º 0.68% 0.43% -
HSV(B) 300º 0.81% 0.73% -
XYZ 29.71 15.19 47.82 -
YUV 97.36 178.03 191.22 -
System Red Green Blue C M Y K H S L
Decimal 186 35 186 0 0.81 0 0.27 300 0.68 0.43
Hex BA 23 BA 0 51 0 1B 12C 44 2B
Octal 272 43 272 0 121 0 33 454 104 53
Binary 10111010 100011 10111010 0 1010001 0 11011 100101100 1000100 101011

Color Harmonies of #BA23BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA23BA

Black with #BA23BA

Text Example


Text Example

White with #BA23BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA23BA; }

 p { color: rgb(186,35,186); }

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

background-color css

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

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

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

border-color css

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

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

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