Html Css Color HEX #BA0AA4 Medium Violet Red

📋 copy color: '#BA0AA4'

red 186 ◦ green 10 ◦ blue 164

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

Shades of Medium Violet Red #BA0AA4

Tints of Medium Violet Red #BA0AA4

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.78%

 BLUE value IS 164 (64.45% from 255) = 45.56%

R = 51.67%
G = 2.78%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BA0AA4 (or 0xBA0AA4) is known color: Medium Violet Red. HEX triplet: BA, 0A and A4. RGB value is (186,10,164). Sum of RGB (Red+Green+Blue) = 186+10+164=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0AA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0AA4 is #45F55B. Grayscale: #4F4F4F. Windows color (decimal): -4584796 or 10750650. OLE color: 10750650.

HSL color Cylindrical-coordinate representation of color #BA0AA4: hue angle of 307.5º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0AA4 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 10 164 -
CMYK 0 0.95 0.12 0.27
HSL 307.5º 0.9% 0.38% -
HSV(B) 307.5º 0.95% 0.73% -
XYZ 27.06 13.34 36.27 -
YUV 80.18 175.31 203.48 -
System Red Green Blue C M Y K H S L
Decimal 186 10 164 0 0.95 0.12 0.27 307.5 0.9 0.38
Hex BA A A4 0 5F C 1B 134 5A 26
Octal 272 12 244 0 137 14 33 464 132 46
Binary 10111010 1010 10100100 0 1011111 1100 11011 100110100 1011010 100110

Color Harmonies of #BA0AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0AA4

Black with #BA0AA4

Text Example


Text Example

White with #BA0AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0AA4; }

 p { color: rgb(186,10,164); }

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

background-color css

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

 a { background-color: rgb(186,10,164); }

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

border-color css

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

 span { border-color: rgb(186,10,164); }

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