Html Css Color HEX #BA06CD Deep Magenta

📋 copy color: '#BA06CD'

red 186 ◦ green 6 ◦ blue 205

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

Shades of Deep Magenta #BA06CD

Tints of Deep Magenta #BA06CD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.51%

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

R = 46.85%
G = 1.51%
B = 51.64%

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

#BA06CD (or 0xBA06CD) is known color: Deep Magenta. HEX triplet: BA, 06 and CD. RGB value is (186,6,205). Sum of RGB (Red+Green+Blue) = 186+6+205=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA06CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA06CD is #45F932. Grayscale: #515151. Windows color (decimal): -4585779 or 13436602. OLE color: 13436602.

HSL color Cylindrical-coordinate representation of color #BA06CD: hue angle of 294.27º degrees, saturation: 0.94, 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 #BA06CD is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 6 205 -
CMYK 0.09 0.97 0 0.20
HSL 294.27º 0.94% 0.41% -
HSV(B) 294.27º 0.97% 0.8% -
XYZ 31.33 14.98 59 -
YUV 82.51 197.13 201.82 -
System Red Green Blue C M Y K H S L
Decimal 186 6 205 0.09 0.97 0 0.20 294.27 0.94 0.41
Hex BA 6 CD 9 61 0 14 126 5E 29
Octal 272 6 315 11 141 0 24 446 136 51
Binary 10111010 110 11001101 1001 1100001 0 10100 100100110 1011110 101001

Color Harmonies of #BA06CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA06CD

Black with #BA06CD

Text Example


Text Example

White with #BA06CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA06CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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