Html Css Color HEX #BA07CC Deep Magenta

📋 copy color: '#BA07CC'

red 186 ◦ green 7 ◦ blue 204

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

Shades of Deep Magenta #BA07CC

Tints of Deep Magenta #BA07CC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.76%

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

R = 46.85%
G = 1.76%
B = 51.39%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA07CC (or 0xBA07CC) is known color: Deep Magenta. HEX triplet: BA, 07 and CC. RGB value is (186,7,204). Sum of RGB (Red+Green+Blue) = 186+7+204=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA07CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA07CC is #45F833. Grayscale: #525252. Windows color (decimal): -4585524 or 13371322. OLE color: 13371322.

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

Color convert

RGB 186 7 204 -
CMYK 0.09 0.97 0 0.2
HSL 294.52º 0.93% 0.41% -
HSV(B) 294.52º 0.97% 0.8% -
XYZ 31.22 14.95 58.37 -
YUV 82.98 196.3 201.48 -
System Red Green Blue C M Y K H S L
Decimal 186 7 204 0.09 0.97 0 0.2 294.52 0.93 0.41
Hex BA 7 CC 9 61 0 14 127 5D 29
Octal 272 7 314 11 141 0 24 447 135 51
Binary 10111010 111 11001100 1001 1100001 0 10100 100100111 1011101 101001

Color Harmonies of #BA07CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA07CC

Black with #BA07CC

Text Example


Text Example

White with #BA07CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA07CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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