Html Css Color HEX #BA07CD Deep Magenta

📋 copy color: '#BA07CD'

red 186 ◦ green 7 ◦ blue 205

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

Shades of Deep Magenta #BA07CD

Tints of Deep Magenta #BA07CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.51%

R = 46.73%
G = 1.76%
B = 51.51%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA07CD (or 0xBA07CD) is known color: Deep Magenta. HEX triplet: BA, 07 and CD. RGB value is (186,7,205). Sum of RGB (Red+Green+Blue) = 186+7+205=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA07CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA07CD is #45F832. Grayscale: #525252. Windows color (decimal): -4585523 or 13436858. OLE color: 13436858.

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

Color convert

RGB 186 7 205 -
CMYK 0.09 0.97 0 0.20
HSL 294.24º 0.93% 0.42% -
HSV(B) 294.24º 0.97% 0.8% -
XYZ 31.35 15 59 -
YUV 83.09 196.8 201.4 -
System Red Green Blue C M Y K H S L
Decimal 186 7 205 0.09 0.97 0 0.20 294.24 0.93 0.42
Hex BA 7 CD 9 61 0 14 126 5D 2A
Octal 272 7 315 11 141 0 24 446 135 52
Binary 10111010 111 11001101 1001 1100001 0 10100 100100110 1011101 101010

Color Harmonies of #BA07CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA07CD

Black with #BA07CD

Text Example


Text Example

White with #BA07CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA07CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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