Html Css Color HEX #BA02CC Deep Magenta

📋 copy color: '#BA02CC'

red 186 ◦ green 2 ◦ blue 204

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

Shades of Deep Magenta #BA02CC

Tints of Deep Magenta #BA02CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 47.45%
G = 0.51%
B = 52.04%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA02CC (or 0xBA02CC) is known color: Deep Magenta. HEX triplet: BA, 02 and CC. RGB value is (186,2,204). Sum of RGB (Red+Green+Blue) = 186+2+204=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA02CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA02CC is #45FD33. Grayscale: #4F4F4F. Windows color (decimal): -4586804 or 13370042. OLE color: 13370042.

HSL color Cylindrical-coordinate representation of color #BA02CC: hue angle of 294.65º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA02CC is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 2 204 -
CMYK 0.09 0.99 0 0.2
HSL 294.65º 0.98% 0.4% -
HSV(B) 294.65º 0.99% 0.8% -
XYZ 31.17 14.84 58.35 -
YUV 80.04 197.96 203.57 -
System Red Green Blue C M Y K H S L
Decimal 186 2 204 0.09 0.99 0 0.2 294.65 0.98 0.4
Hex BA 2 CC 9 63 0 14 127 62 28
Octal 272 2 314 11 143 0 24 447 142 50
Binary 10111010 10 11001100 1001 1100011 0 10100 100100111 1100010 101000

Color Harmonies of #BA02CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA02CC

Black with #BA02CC

Text Example


Text Example

White with #BA02CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA02CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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