Html Css Color HEX #BA187B Medium Violet Red

📋 copy color: '#BA187B'

red 186 ◦ green 24 ◦ blue 123

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

Shades of Medium Violet Red #BA187B

Tints of Medium Violet Red #BA187B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.94%

R = 55.86%
G = 7.21%
B = 36.94%

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

#BA187B (or 0xBA187B) is known color: Medium Violet Red. HEX triplet: BA, 18 and 7B. RGB value is (186,24,123). Sum of RGB (Red+Green+Blue) = 186+24+123=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA187B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA187B is #45E784. Grayscale: #535353. Windows color (decimal): -4581253 or 8067258. OLE color: 8067258.

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

Color convert

RGB 186 24 123 -
CMYK 0 0.87 0.34 0.27
HSL 323.33º 0.77% 0.41% -
HSV(B) 323.33º 0.87% 0.73% -
XYZ 24.15 12.52 19.88 -
YUV 83.72 150.17 200.95 -
System Red Green Blue C M Y K H S L
Decimal 186 24 123 0 0.87 0.34 0.27 323.33 0.77 0.41
Hex BA 18 7B 0 57 22 1B 143 4D 29
Octal 272 30 173 0 127 42 33 503 115 51
Binary 10111010 11000 1111011 0 1010111 100010 11011 101000011 1001101 101001

Color Harmonies of #BA187B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA187B

Black with #BA187B

Text Example


Text Example

White with #BA187B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA187B; }

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

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

background-color css

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

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

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

border-color css

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

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

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