Html Css Color HEX #BA1E8D Medium Violet Red

📋 copy color: '#BA1E8D'

red 186 ◦ green 30 ◦ blue 141

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

Shades of Medium Violet Red #BA1E8D

Tints of Medium Violet Red #BA1E8D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.4%

 BLUE value IS 141 (55.47% from 255) = 39.5%

R = 52.1%
G = 8.4%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA1E8D (or 0xBA1E8D) is known color: Medium Violet Red. HEX triplet: BA, 1E and 8D. RGB value is (186,30,141). Sum of RGB (Red+Green+Blue) = 186+30+141=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1E8D is #45E172. Grayscale: #595959. Windows color (decimal): -4579699 or 9248442. OLE color: 9248442.

HSL color Cylindrical-coordinate representation of color #BA1E8D: hue angle of 317.31º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1E8D is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 30 141 -
CMYK 0 0.84 0.24 0.27
HSL 317.31º 0.72% 0.42% -
HSV(B) 317.31º 0.84% 0.73% -
XYZ 25.52 13.29 26.42 -
YUV 89.3 157.18 196.97 -
System Red Green Blue C M Y K H S L
Decimal 186 30 141 0 0.84 0.24 0.27 317.31 0.72 0.42
Hex BA 1E 8D 0 54 18 1B 13D 48 2A
Octal 272 36 215 0 124 30 33 475 110 52
Binary 10111010 11110 10001101 0 1010100 11000 11011 100111101 1001000 101010

Color Harmonies of #BA1E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E8D

Black with #BA1E8D

Text Example


Text Example

White with #BA1E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E8D; }

 p { color: rgb(186,30,141); }

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

background-color css

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

 a { background-color: rgb(186,30,141); }

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

border-color css

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

 span { border-color: rgb(186,30,141); }

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