Html Css Color HEX #BA05CD Deep Magenta

📋 copy color: '#BA05CD'

red 186 ◦ green 5 ◦ blue 205

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

Shades of Deep Magenta #BA05CD

Tints of Deep Magenta #BA05CD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.26%

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

R = 46.97%
G = 1.26%
B = 51.77%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA05CD (or 0xBA05CD) is known color: Deep Magenta. HEX triplet: BA, 05 and CD. RGB value is (186,5,205). Sum of RGB (Red+Green+Blue) = 186+5+205=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA05CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05CD is #45FA32. Grayscale: #515151. Windows color (decimal): -4586035 or 13436346. OLE color: 13436346.

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

Color convert

RGB 186 5 205 -
CMYK 0.09 0.98 0 0.20
HSL 294.3º 0.95% 0.41% -
HSV(B) 294.3º 0.98% 0.8% -
XYZ 31.32 14.96 58.99 -
YUV 81.92 197.47 202.24 -
System Red Green Blue C M Y K H S L
Decimal 186 5 205 0.09 0.98 0 0.20 294.3 0.95 0.41
Hex BA 5 CD 9 62 0 14 126 5F 29
Octal 272 5 315 11 142 0 24 446 137 51
Binary 10111010 101 11001101 1001 1100010 0 10100 100100110 1011111 101001

Color Harmonies of #BA05CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA05CD

Black with #BA05CD

Text Example


Text Example

White with #BA05CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA05CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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