Html Css Color HEX #BA1694 Medium Violet Red

📋 copy color: '#BA1694'

red 186 ◦ green 22 ◦ blue 148

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

Shades of Medium Violet Red #BA1694

Tints of Medium Violet Red #BA1694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.57%

R = 52.25%
G = 6.18%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA1694 (or 0xBA1694) is known color: Medium Violet Red. HEX triplet: BA, 16 and 94. RGB value is (186,22,148). Sum of RGB (Red+Green+Blue) = 186+22+148=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1694 is #45E96B. Grayscale: #555555. Windows color (decimal): -4581740 or 9705146. OLE color: 9705146.

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

Color convert

RGB 186 22 148 -
CMYK 0 0.88 0.20 0.27
HSL 313.9º 0.79% 0.41% -
HSV(B) 313.9º 0.88% 0.73% -
XYZ 25.88 13.15 29.19 -
YUV 85.4 163.33 199.75 -
System Red Green Blue C M Y K H S L
Decimal 186 22 148 0 0.88 0.20 0.27 313.9 0.79 0.41
Hex BA 16 94 0 58 14 1B 13A 4F 29
Octal 272 26 224 0 130 24 33 472 117 51
Binary 10111010 10110 10010100 0 1011000 10100 11011 100111010 1001111 101001

Color Harmonies of #BA1694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1694

Black with #BA1694

Text Example


Text Example

White with #BA1694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1694; }

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

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

background-color css

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

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

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

border-color css

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

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

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