Html Css Color HEX #BA10A5 Medium Violet Red

📋 copy color: '#BA10A5'

red 186 ◦ green 16 ◦ blue 165

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

Shades of Medium Violet Red #BA10A5

Tints of Medium Violet Red #BA10A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.96%

R = 50.68%
G = 4.36%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA10A5 (or 0xBA10A5) is known color: Medium Violet Red. HEX triplet: BA, 10 and A5. RGB value is (186,16,165). Sum of RGB (Red+Green+Blue) = 186+16+165=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 165 (64.84% from 255 or 44.96% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA10A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA10A5 is #45EF5A. Grayscale: #535353. Windows color (decimal): -4583259 or 10817722. OLE color: 10817722.

HSL color Cylindrical-coordinate representation of color #BA10A5: hue angle of 307.41º 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 #BA10A5 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 16 165 -
CMYK 0 0.91 0.11 0.27
HSL 307.41º 0.84% 0.4% -
HSV(B) 307.41º 0.91% 0.73% -
XYZ 27.23 13.53 36.77 -
YUV 83.82 173.82 200.88 -
System Red Green Blue C M Y K H S L
Decimal 186 16 165 0 0.91 0.11 0.27 307.41 0.84 0.4
Hex BA 10 A5 0 5B B 1B 133 54 28
Octal 272 20 245 0 133 13 33 463 124 50
Binary 10111010 10000 10100101 0 1011011 1011 11011 100110011 1010100 101000

Color Harmonies of #BA10A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA10A5

Black with #BA10A5

Text Example


Text Example

White with #BA10A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA10A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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