Html Css Color HEX #BA00CA Deep Magenta

📋 copy color: '#BA00CA'

red 186 ◦ green 0 ◦ blue 202

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

Shades of Deep Magenta #BA00CA

Tints of Deep Magenta #BA00CA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 202 (79.3% from 255) = 52.06%

R = 47.94%
G = 0%
B = 52.06%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA00CA (or 0xBA00CA) is known color: Deep Magenta. HEX triplet: BA, 00 and CA. RGB value is (186,0,202). Sum of RGB (Red+Green+Blue) = 186+0+202=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA00CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00CA is #45FF35. Grayscale: #4E4E4E. Windows color (decimal): -4587318 or 13238458. OLE color: 13238458.

HSL color Cylindrical-coordinate representation of color #BA00CA: hue angle of 295.25º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00CA is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 0 202 -
CMYK 0.08 1 0 0.21
HSL 295.25º 1% 0.4% -
HSV(B) 295.25º 1% 0.79% -
XYZ 30.91 14.7 57.09 -
YUV 78.64 197.62 204.57 -
System Red Green Blue C M Y K H S L
Decimal 186 0 202 0.08 1 0 0.21 295.25 1 0.4
Hex BA 0 CA 8 64 0 15 127 64 28
Octal 272 0 312 10 144 0 25 447 144 50
Binary 10111010 0 11001010 1000 1100100 0 10101 100100111 1100100 101000

Color Harmonies of #BA00CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00CA

Black with #BA00CA

Text Example


Text Example

White with #BA00CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00CA; }

 p { color: rgb(186,0,202); }

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

background-color css

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

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

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

border-color css

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

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

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