Html Css Color HEX #BA0EBC Deep Magenta

📋 copy color: '#BA0EBC'

red 186 ◦ green 14 ◦ blue 188

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

Shades of Deep Magenta #BA0EBC

Tints of Deep Magenta #BA0EBC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.61%

 BLUE value IS 188 (73.83% from 255) = 48.45%

R = 47.94%
G = 3.61%
B = 48.45%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA0EBC (or 0xBA0EBC) is known color: Deep Magenta. HEX triplet: BA, 0E and BC. RGB value is (186,14,188). Sum of RGB (Red+Green+Blue) = 186+14+188=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA0EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0EBC is #45F143. Grayscale: #545454. Windows color (decimal): -4583748 or 12324538. OLE color: 12324538.

HSL color Cylindrical-coordinate representation of color #BA0EBC: hue angle of 299.31º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0EBC is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 14 188 -
CMYK 0.01 0.93 0 0.26
HSL 299.31º 0.86% 0.4% -
HSV(B) 299.31º 0.93% 0.74% -
XYZ 29.48 14.38 48.8 -
YUV 85.26 185.98 199.85 -
System Red Green Blue C M Y K H S L
Decimal 186 14 188 0.01 0.93 0 0.26 299.31 0.86 0.4
Hex BA E BC 1 5D 0 1A 12B 56 28
Octal 272 16 274 1 135 0 32 453 126 50
Binary 10111010 1110 10111100 1 1011101 0 11010 100101011 1010110 101000

Color Harmonies of #BA0EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0EBC

Black with #BA0EBC

Text Example


Text Example

White with #BA0EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0EBC; }

 p { color: rgb(186,14,188); }

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

background-color css

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

 a { background-color: rgb(186,14,188); }

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

border-color css

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

 span { border-color: rgb(186,14,188); }

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