Html Css Color HEX #BA188B Medium Violet Red

📋 copy color: '#BA188B'

red 186 ◦ green 24 ◦ blue 139

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

Shades of Medium Violet Red #BA188B

Tints of Medium Violet Red #BA188B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.83%

R = 53.3%
G = 6.88%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA188B (or 0xBA188B) is known color: Medium Violet Red. HEX triplet: BA, 18 and 8B. RGB value is (186,24,139). Sum of RGB (Red+Green+Blue) = 186+24+139=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA188B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA188B is #45E774. Grayscale: #555555. Windows color (decimal): -4581237 or 9115834. OLE color: 9115834.

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

Color convert

RGB 186 24 139 -
CMYK 0 0.87 0.25 0.27
HSL 317.41º 0.77% 0.41% -
HSV(B) 317.41º 0.87% 0.73% -
XYZ 25.24 12.96 25.6 -
YUV 85.55 158.17 199.65 -
System Red Green Blue C M Y K H S L
Decimal 186 24 139 0 0.87 0.25 0.27 317.41 0.77 0.41
Hex BA 18 8B 0 57 19 1B 13D 4D 29
Octal 272 30 213 0 127 31 33 475 115 51
Binary 10111010 11000 10001011 0 1010111 11001 11011 100111101 1001101 101001

Color Harmonies of #BA188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA188B

Black with #BA188B

Text Example


Text Example

White with #BA188B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA188B; }

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

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

background-color css

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

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

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

border-color css

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

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

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