Html Css Color HEX #BA00CC Deep Magenta

📋 copy color: '#BA00CC'

red 186 ◦ green 0 ◦ blue 204

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

Shades of Deep Magenta #BA00CC

Tints of Deep Magenta #BA00CC

RGB

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

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

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

R = 47.69%
G = 0%
B = 52.31%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA00CC (or 0xBA00CC) is known color: Deep Magenta. HEX triplet: BA, 00 and CC. RGB value is (186,0,204). Sum of RGB (Red+Green+Blue) = 186+0+204=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA00CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00CC is #45FF33. Grayscale: #4E4E4E. Windows color (decimal): -4587316 or 13369530. OLE color: 13369530.

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

Color convert

RGB 186 0 204 -
CMYK 0.09 1 0 0.2
HSL 294.71º 1% 0.4% -
HSV(B) 294.71º 1% 0.8% -
XYZ 31.15 14.8 58.34 -
YUV 78.87 198.62 204.41 -
System Red Green Blue C M Y K H S L
Decimal 186 0 204 0.09 1 0 0.2 294.71 1 0.4
Hex BA 0 CC 9 64 0 14 127 64 28
Octal 272 0 314 11 144 0 24 447 144 50
Binary 10111010 0 11001100 1001 1100100 0 10100 100100111 1100100 101000

Color Harmonies of #BA00CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00CC

Black with #BA00CC

Text Example


Text Example

White with #BA00CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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