Html Css Color HEX #BA1670 Medium Violet Red

📋 copy color: '#BA1670'

red 186 ◦ green 22 ◦ blue 112

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

Shades of Medium Violet Red #BA1670

Tints of Medium Violet Red #BA1670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35%

R = 58.13%
G = 6.88%
B = 35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA1670 (or 0xBA1670) is known color: Medium Violet Red. HEX triplet: BA, 16 and 70. RGB value is (186,22,112). Sum of RGB (Red+Green+Blue) = 186+22+112=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1670 is #45E98F. Grayscale: #515151. Windows color (decimal): -4581776 or 7345850. OLE color: 7345850.

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

Color convert

RGB 186 22 112 -
CMYK 0 0.88 0.40 0.27
HSL 327.07º 0.79% 0.41% -
HSV(B) 327.07º 0.88% 0.73% -
XYZ 23.46 12.18 16.44 -
YUV 81.3 145.33 202.68 -
System Red Green Blue C M Y K H S L
Decimal 186 22 112 0 0.88 0.40 0.27 327.07 0.79 0.41
Hex BA 16 70 0 58 28 1B 147 4F 29
Octal 272 26 160 0 130 50 33 507 117 51
Binary 10111010 10110 1110000 0 1011000 101000 11011 101000111 1001111 101001

Color Harmonies of #BA1670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1670

Black with #BA1670

Text Example


Text Example

White with #BA1670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1670; }

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

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

background-color css

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

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

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

border-color css

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

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

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