Html Css Color HEX #BA10A0 Medium Violet Red

📋 copy color: '#BA10A0'

red 186 ◦ green 16 ◦ blue 160

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

Shades of Medium Violet Red #BA10A0

Tints of Medium Violet Red #BA10A0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.42%

 BLUE value IS 160 (62.89% from 255) = 44.2%

R = 51.38%
G = 4.42%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BA10A0 (or 0xBA10A0) is known color: Medium Violet Red. HEX triplet: BA, 10 and A0. RGB value is (186,16,160). Sum of RGB (Red+Green+Blue) = 186+16+160=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA10A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA10A0 is #45EF5F. Grayscale: #525252. Windows color (decimal): -4583264 or 10490042. OLE color: 10490042.

HSL color Cylindrical-coordinate representation of color #BA10A0: hue angle of 309.18º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA10A0 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 16 160 -
CMYK 0 0.91 0.14 0.27
HSL 309.18º 0.84% 0.4% -
HSV(B) 309.18º 0.91% 0.73% -
XYZ 26.78 13.35 34.42 -
YUV 83.25 171.32 201.29 -
System Red Green Blue C M Y K H S L
Decimal 186 16 160 0 0.91 0.14 0.27 309.18 0.84 0.4
Hex BA 10 A0 0 5B E 1B 135 54 28
Octal 272 20 240 0 133 16 33 465 124 50
Binary 10111010 10000 10100000 0 1011011 1110 11011 100110101 1010100 101000

Color Harmonies of #BA10A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA10A0

Black with #BA10A0

Text Example


Text Example

White with #BA10A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA10A0; }

 p { color: rgb(186,16,160); }

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

background-color css

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

 a { background-color: rgb(186,16,160); }

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

border-color css

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

 span { border-color: rgb(186,16,160); }

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