Html Css Color HEX #BA1B8F Medium Violet Red

📋 copy color: '#BA1B8F'

red 186 ◦ green 27 ◦ blue 143

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

Shades of Medium Violet Red #BA1B8F

Tints of Medium Violet Red #BA1B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.17%

R = 52.25%
G = 7.58%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA1B8F (or 0xBA1B8F) is known color: Medium Violet Red. HEX triplet: BA, 1B and 8F. RGB value is (186,27,143). Sum of RGB (Red+Green+Blue) = 186+27+143=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1B8F is #45E470. Grayscale: #575757. Windows color (decimal): -4580465 or 9378746. OLE color: 9378746.

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

Color convert

RGB 186 27 143 -
CMYK 0 0.85 0.23 0.27
HSL 316.23º 0.75% 0.42% -
HSV(B) 316.23º 0.85% 0.73% -
XYZ 25.6 13.21 27.19 -
YUV 87.77 159.18 198.07 -
System Red Green Blue C M Y K H S L
Decimal 186 27 143 0 0.85 0.23 0.27 316.23 0.75 0.42
Hex BA 1B 8F 0 55 17 1B 13C 4B 2A
Octal 272 33 217 0 125 27 33 474 113 52
Binary 10111010 11011 10001111 0 1010101 10111 11011 100111100 1001011 101010

Color Harmonies of #BA1B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B8F

Black with #BA1B8F

Text Example


Text Example

White with #BA1B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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