Html Css Color HEX #BA186D Medium Violet Red

📋 copy color: '#BA186D'

red 186 ◦ green 24 ◦ blue 109

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

Shades of Medium Violet Red #BA186D

Tints of Medium Violet Red #BA186D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 58.31%
G = 7.52%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA186D (or 0xBA186D) is known color: Medium Violet Red. HEX triplet: BA, 18 and 6D. RGB value is (186,24,109). Sum of RGB (Red+Green+Blue) = 186+24+109=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA186D is #45E792. Grayscale: #515151. Windows color (decimal): -4581267 or 7149754. OLE color: 7149754.

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

Color convert

RGB 186 24 109 -
CMYK 0 0.87 0.41 0.27
HSL 328.52º 0.77% 0.41% -
HSV(B) 328.52º 0.87% 0.73% -
XYZ 23.34 12.2 15.59 -
YUV 82.13 143.17 202.09 -
System Red Green Blue C M Y K H S L
Decimal 186 24 109 0 0.87 0.41 0.27 328.52 0.77 0.41
Hex BA 18 6D 0 57 29 1B 149 4D 29
Octal 272 30 155 0 127 51 33 511 115 51
Binary 10111010 11000 1101101 0 1010111 101001 11011 101001001 1001101 101001

Color Harmonies of #BA186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA186D

Black with #BA186D

Text Example


Text Example

White with #BA186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA186D; }

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

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

background-color css

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

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

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

border-color css

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

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

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