Html Css Color HEX #BA187A Medium Violet Red

📋 copy color: '#BA187A'

red 186 ◦ green 24 ◦ blue 122

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

Shades of Medium Violet Red #BA187A

Tints of Medium Violet Red #BA187A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.23%

 BLUE value IS 122 (48.05% from 255) = 36.75%

R = 56.02%
G = 7.23%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA187A (or 0xBA187A) is known color: Medium Violet Red. HEX triplet: BA, 18 and 7A. RGB value is (186,24,122). Sum of RGB (Red+Green+Blue) = 186+24+122=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA187A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA187A is #45E785. Grayscale: #535353. Windows color (decimal): -4581254 or 8001722. OLE color: 8001722.

HSL color Cylindrical-coordinate representation of color #BA187A: hue angle of 323.7º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA187A is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 24 122 -
CMYK 0 0.87 0.34 0.27
HSL 323.7º 0.77% 0.41% -
HSV(B) 323.7º 0.87% 0.73% -
XYZ 24.09 12.5 19.55 -
YUV 83.61 149.67 201.03 -
System Red Green Blue C M Y K H S L
Decimal 186 24 122 0 0.87 0.34 0.27 323.7 0.77 0.41
Hex BA 18 7A 0 57 22 1B 144 4D 29
Octal 272 30 172 0 127 42 33 504 115 51
Binary 10111010 11000 1111010 0 1010111 100010 11011 101000100 1001101 101001

Color Harmonies of #BA187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA187A

Black with #BA187A

Text Example


Text Example

White with #BA187A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA187A; }

 p { color: rgb(186,24,122); }

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

background-color css

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

 a { background-color: rgb(186,24,122); }

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

border-color css

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

 span { border-color: rgb(186,24,122); }

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