Html Css Color HEX #BA02CD Deep Magenta

📋 copy color: '#BA02CD'

red 186 ◦ green 2 ◦ blue 205

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

Shades of Deep Magenta #BA02CD

Tints of Deep Magenta #BA02CD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

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

R = 47.33%
G = 0.51%
B = 52.16%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA02CD (or 0xBA02CD) is known color: Deep Magenta. HEX triplet: BA, 02 and CD. RGB value is (186,2,205). Sum of RGB (Red+Green+Blue) = 186+2+205=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA02CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA02CD is #45FD32. Grayscale: #4F4F4F. Windows color (decimal): -4586803 or 13435578. OLE color: 13435578.

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

Color convert

RGB 186 2 205 -
CMYK 0.09 0.99 0 0.20
HSL 294.38º 0.98% 0.41% -
HSV(B) 294.38º 0.99% 0.8% -
XYZ 31.29 14.89 58.98 -
YUV 80.16 198.46 203.49 -
System Red Green Blue C M Y K H S L
Decimal 186 2 205 0.09 0.99 0 0.20 294.38 0.98 0.41
Hex BA 2 CD 9 63 0 14 126 62 29
Octal 272 2 315 11 143 0 24 446 142 51
Binary 10111010 10 11001101 1001 1100011 0 10100 100100110 1100010 101001

Color Harmonies of #BA02CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA02CD

Black with #BA02CD

Text Example


Text Example

White with #BA02CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA02CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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