Html Css Color HEX #BA1691 Medium Violet Red

📋 copy color: '#BA1691'

red 186 ◦ green 22 ◦ blue 145

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

Shades of Medium Violet Red #BA1691

Tints of Medium Violet Red #BA1691

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.23%

 BLUE value IS 145 (57.03% from 255) = 41.08%

R = 52.69%
G = 6.23%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA1691 (or 0xBA1691) is known color: Medium Violet Red. HEX triplet: BA, 16 and 91. RGB value is (186,22,145). Sum of RGB (Red+Green+Blue) = 186+22+145=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1691 is #45E96E. Grayscale: #545454. Windows color (decimal): -4581743 or 9508538. OLE color: 9508538.

HSL color Cylindrical-coordinate representation of color #BA1691: hue angle of 315º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1691 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 22 145 -
CMYK 0 0.88 0.22 0.27
HSL 315º 0.79% 0.41% -
HSV(B) 315º 0.88% 0.73% -
XYZ 25.65 13.06 27.96 -
YUV 85.06 161.83 200 -
System Red Green Blue C M Y K H S L
Decimal 186 22 145 0 0.88 0.22 0.27 315 0.79 0.41
Hex BA 16 91 0 58 16 1B 13B 4F 29
Octal 272 26 221 0 130 26 33 473 117 51
Binary 10111010 10110 10010001 0 1011000 10110 11011 100111011 1001111 101001

Color Harmonies of #BA1691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1691

Black with #BA1691

Text Example


Text Example

White with #BA1691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1691; }

 p { color: rgb(186,22,145); }

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

background-color css

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

 a { background-color: rgb(186,22,145); }

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

border-color css

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

 span { border-color: rgb(186,22,145); }

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