Html Css Color HEX #BA1B8E Medium Violet Red

📋 copy color: '#BA1B8E'

red 186 ◦ green 27 ◦ blue 142

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

Shades of Medium Violet Red #BA1B8E

Tints of Medium Violet Red #BA1B8E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.61%

 BLUE value IS 142 (55.86% from 255) = 40%

R = 52.39%
G = 7.61%
B = 40%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA1B8E (or 0xBA1B8E) is known color: Medium Violet Red. HEX triplet: BA, 1B and 8E. RGB value is (186,27,142). Sum of RGB (Red+Green+Blue) = 186+27+142=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1B8E is #45E471. Grayscale: #575757. Windows color (decimal): -4580466 or 9313210. OLE color: 9313210.

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

Color convert

RGB 186 27 142 -
CMYK 0 0.85 0.24 0.27
HSL 316.6º 0.75% 0.42% -
HSV(B) 316.6º 0.85% 0.73% -
XYZ 25.52 13.18 26.79 -
YUV 87.65 158.68 198.15 -
System Red Green Blue C M Y K H S L
Decimal 186 27 142 0 0.85 0.24 0.27 316.6 0.75 0.42
Hex BA 1B 8E 0 55 18 1B 13D 4B 2A
Octal 272 33 216 0 125 30 33 475 113 52
Binary 10111010 11011 10001110 0 1010101 11000 11011 100111101 1001011 101010

Color Harmonies of #BA1B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B8E

Black with #BA1B8E

Text Example


Text Example

White with #BA1B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B8E; }

 p { color: rgb(186,27,142); }

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

background-color css

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

 a { background-color: rgb(186,27,142); }

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

border-color css

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

 span { border-color: rgb(186,27,142); }

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