Html Css Color HEX #BA00CD Deep Magenta

📋 copy color: '#BA00CD'

red 186 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #BA00CD

Tints of Deep Magenta #BA00CD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.57%
G = 0%
B = 52.43%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA00CD (or 0xBA00CD) is known color: Deep Magenta. HEX triplet: BA, 00 and CD. RGB value is (186,0,205). Sum of RGB (Red+Green+Blue) = 186+0+205=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA00CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00CD is #45FF32. Grayscale: #4E4E4E. Windows color (decimal): -4587315 or 13435066. OLE color: 13435066.

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

Color convert

RGB 186 0 205 -
CMYK 0.09 1 0 0.20
HSL 294.44º 1% 0.4% -
HSV(B) 294.44º 1% 0.8% -
XYZ 31.27 14.85 58.98 -
YUV 78.98 199.12 204.33 -
System Red Green Blue C M Y K H S L
Decimal 186 0 205 0.09 1 0 0.20 294.44 1 0.4
Hex BA 0 CD 9 64 0 14 126 64 28
Octal 272 0 315 11 144 0 24 446 144 50
Binary 10111010 0 11001101 1001 1100100 0 10100 100100110 1100100 101000

Color Harmonies of #BA00CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00CD

Black with #BA00CD

Text Example


Text Example

White with #BA00CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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