Html Css Color HEX #BA0E8A Medium Violet Red

📋 copy color: '#BA0E8A'

red 186 ◦ green 14 ◦ blue 138

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

Shades of Medium Violet Red #BA0E8A

Tints of Medium Violet Red #BA0E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.83%

R = 55.03%
G = 4.14%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA0E8A (or 0xBA0E8A) is known color: Medium Violet Red. HEX triplet: BA, 0E and 8A. RGB value is (186,14,138). Sum of RGB (Red+Green+Blue) = 186+14+138=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0E8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0E8A is #45F175. Grayscale: #4F4F4F. Windows color (decimal): -4583798 or 9047738. OLE color: 9047738.

HSL color Cylindrical-coordinate representation of color #BA0E8A: hue angle of 316.74º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0E8A is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 14 138 -
CMYK 0 0.92 0.26 0.27
HSL 316.74º 0.86% 0.39% -
HSV(B) 316.74º 0.92% 0.73% -
XYZ 24.99 12.59 25.16 -
YUV 79.56 160.98 203.92 -
System Red Green Blue C M Y K H S L
Decimal 186 14 138 0 0.92 0.26 0.27 316.74 0.86 0.39
Hex BA E 8A 0 5C 1A 1B 13D 56 27
Octal 272 16 212 0 134 32 33 475 126 47
Binary 10111010 1110 10001010 0 1011100 11010 11011 100111101 1010110 100111

Color Harmonies of #BA0E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0E8A

Black with #BA0E8A

Text Example


Text Example

White with #BA0E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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