Html Css Color HEX #BA08CD Deep Magenta

📋 copy color: '#BA08CD'

red 186 ◦ green 8 ◦ blue 205

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

Shades of Deep Magenta #BA08CD

Tints of Deep Magenta #BA08CD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.01%

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

R = 46.62%
G = 2.01%
B = 51.38%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA08CD (or 0xBA08CD) is known color: Deep Magenta. HEX triplet: BA, 08 and CD. RGB value is (186,8,205). Sum of RGB (Red+Green+Blue) = 186+8+205=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA08CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA08CD is #45F732. Grayscale: #535353. Windows color (decimal): -4585267 or 13437114. OLE color: 13437114.

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

Color convert

RGB 186 8 205 -
CMYK 0.09 0.96 0 0.20
HSL 294.21º 0.92% 0.42% -
HSV(B) 294.21º 0.96% 0.8% -
XYZ 31.36 15.02 59 -
YUV 83.68 196.47 200.98 -
System Red Green Blue C M Y K H S L
Decimal 186 8 205 0.09 0.96 0 0.20 294.21 0.92 0.42
Hex BA 8 CD 9 60 0 14 126 5C 2A
Octal 272 10 315 11 140 0 24 446 134 52
Binary 10111010 1000 11001101 1001 1100000 0 10100 100100110 1011100 101010

Color Harmonies of #BA08CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA08CD

Black with #BA08CD

Text Example


Text Example

White with #BA08CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA08CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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