Html Css Color HEX #BA1675 Medium Violet Red

📋 copy color: '#BA1675'

red 186 ◦ green 22 ◦ blue 117

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

Shades of Medium Violet Red #BA1675

Tints of Medium Violet Red #BA1675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36%

R = 57.23%
G = 6.77%
B = 36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA1675 (or 0xBA1675) is known color: Medium Violet Red. HEX triplet: BA, 16 and 75. RGB value is (186,22,117). Sum of RGB (Red+Green+Blue) = 186+22+117=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1675 is #45E98A. Grayscale: #515151. Windows color (decimal): -4581771 or 7673530. OLE color: 7673530.

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

Color convert

RGB 186 22 117 -
CMYK 0 0.88 0.37 0.27
HSL 325.24º 0.79% 0.41% -
HSV(B) 325.24º 0.88% 0.73% -
XYZ 23.75 12.3 17.95 -
YUV 81.87 147.83 202.28 -
System Red Green Blue C M Y K H S L
Decimal 186 22 117 0 0.88 0.37 0.27 325.24 0.79 0.41
Hex BA 16 75 0 58 25 1B 145 4F 29
Octal 272 26 165 0 130 45 33 505 117 51
Binary 10111010 10110 1110101 0 1011000 100101 11011 101000101 1001111 101001

Color Harmonies of #BA1675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1675

Black with #BA1675

Text Example


Text Example

White with #BA1675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1675; }

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

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

background-color css

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

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

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

border-color css

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

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

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