Html Css Color HEX #BA02BA Deep Magenta

📋 copy color: '#BA02BA'

red 186 ◦ green 2 ◦ blue 186

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

Shades of Deep Magenta #BA02BA

Tints of Deep Magenta #BA02BA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 49.73%
G = 0.53%
B = 49.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA02BA (or 0xBA02BA) is known color: Deep Magenta. HEX triplet: BA, 02 and BA. RGB value is (186,2,186). Sum of RGB (Red+Green+Blue) = 186+2+186=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA02BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA02BA is #45FD45. Grayscale: #4D4D4D. Windows color (decimal): -4586822 or 12190394. OLE color: 12190394.

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

Color convert

RGB 186 2 186 -
CMYK 0 0.99 0 0.27
HSL 300º 0.98% 0.37% -
HSV(B) 300º 0.99% 0.73% -
XYZ 29.13 14.03 47.63 -
YUV 77.99 188.96 205.04 -
System Red Green Blue C M Y K H S L
Decimal 186 2 186 0 0.99 0 0.27 300 0.98 0.37
Hex BA 2 BA 0 63 0 1B 12C 62 25
Octal 272 2 272 0 143 0 33 454 142 45
Binary 10111010 10 10111010 0 1100011 0 11011 100101100 1100010 100101

Color Harmonies of #BA02BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA02BA

Black with #BA02BA

Text Example


Text Example

White with #BA02BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA02BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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