Html Css Color HEX #BA08E0 Deep Magenta

📋 copy color: '#BA08E0'

red 186 ◦ green 8 ◦ blue 224

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

Shades of Deep Magenta #BA08E0

Tints of Deep Magenta #BA08E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.59%

R = 44.5%
G = 1.91%
B = 53.59%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA08E0 (or 0xBA08E0) is known color: Deep Magenta. HEX triplet: BA, 08 and E0. RGB value is (186,8,224). Sum of RGB (Red+Green+Blue) = 186+8+224=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 8 (3.52% from 255 or 1.91% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA08E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA08E0 is #45F71F. Grayscale: #555555. Windows color (decimal): -4585248 or 14682298. OLE color: 14682298.

HSL color Cylindrical-coordinate representation of color #BA08E0: hue angle of 289.44º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA08E0 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 8 224 -
CMYK 0.17 0.96 0 0.12
HSL 289.44º 0.93% 0.45% -
HSV(B) 289.44º 0.96% 0.88% -
XYZ 33.79 15.99 71.83 -
YUV 85.85 205.97 199.44 -
System Red Green Blue C M Y K H S L
Decimal 186 8 224 0.17 0.96 0 0.12 289.44 0.93 0.45
Hex BA 8 E0 11 60 0 C 121 5D 2D
Octal 272 10 340 21 140 0 14 441 135 55
Binary 10111010 1000 11100000 10001 1100000 0 1100 100100001 1011101 101101

Color Harmonies of #BA08E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA08E0

Black with #BA08E0

Text Example


Text Example

White with #BA08E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA08E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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