Html Css Color HEX #BA08CE Deep Magenta

📋 copy color: '#BA08CE'

red 186 ◦ green 8 ◦ blue 206

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

Shades of Deep Magenta #BA08CE

Tints of Deep Magenta #BA08CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.5%

R = 46.5%
G = 2%
B = 51.5%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA08CE (or 0xBA08CE) is known color: Deep Magenta. HEX triplet: BA, 08 and CE. RGB value is (186,8,206). Sum of RGB (Red+Green+Blue) = 186+8+206=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA08CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA08CE is #45F731. Grayscale: #535353. Windows color (decimal): -4585266 or 13502650. OLE color: 13502650.

HSL color Cylindrical-coordinate representation of color #BA08CE: hue angle of 293.94º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA08CE is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 8 206 -
CMYK 0.10 0.96 0 0.19
HSL 293.94º 0.93% 0.42% -
HSV(B) 293.94º 0.96% 0.81% -
XYZ 31.48 15.07 59.64 -
YUV 83.79 196.97 200.9 -
System Red Green Blue C M Y K H S L
Decimal 186 8 206 0.10 0.96 0 0.19 293.94 0.93 0.42
Hex BA 8 CE A 60 0 13 126 5D 2A
Octal 272 10 316 12 140 0 23 446 135 52
Binary 10111010 1000 11001110 1010 1100000 0 10011 100100110 1011101 101010

Color Harmonies of #BA08CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA08CE

Black with #BA08CE

Text Example


Text Example

White with #BA08CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA08CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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