Html Css Color HEX #BA1F75 Medium Violet Red

📋 copy color: '#BA1F75'

red 186 ◦ green 31 ◦ blue 117

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

Shades of Medium Violet Red #BA1F75

Tints of Medium Violet Red #BA1F75

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.28%

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

R = 55.69%
G = 9.28%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA1F75 (or 0xBA1F75) is known color: Medium Violet Red. HEX triplet: BA, 1F and 75. RGB value is (186,31,117). Sum of RGB (Red+Green+Blue) = 186+31+117=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1F75 is #45E08A. Grayscale: #565656. Windows color (decimal): -4579467 or 7675834. OLE color: 7675834.

HSL color Cylindrical-coordinate representation of color #BA1F75: hue angle of 326.71º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA1F75 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 31 117 -
CMYK 0 0.83 0.37 0.27
HSL 326.71º 0.71% 0.43% -
HSV(B) 326.71º 0.83% 0.73% -
XYZ 23.95 12.7 18.02 -
YUV 87.15 144.85 198.51 -
System Red Green Blue C M Y K H S L
Decimal 186 31 117 0 0.83 0.37 0.27 326.71 0.71 0.43
Hex BA 1F 75 0 53 25 1B 147 47 2B
Octal 272 37 165 0 123 45 33 507 107 53
Binary 10111010 11111 1110101 0 1010011 100101 11011 101000111 1000111 101011

Color Harmonies of #BA1F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F75

Black with #BA1F75

Text Example


Text Example

White with #BA1F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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