Html Css Color HEX #BA1D75 Medium Violet Red

📋 copy color: '#BA1D75'

red 186 ◦ green 29 ◦ blue 117

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

Shades of Medium Violet Red #BA1D75

Tints of Medium Violet Red #BA1D75

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.73%

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

R = 56.02%
G = 8.73%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA1D75 (or 0xBA1D75) is known color: Medium Violet Red. HEX triplet: BA, 1D and 75. RGB value is (186,29,117). Sum of RGB (Red+Green+Blue) = 186+29+117=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1D75 is #45E28A. Grayscale: #555555. Windows color (decimal): -4579979 or 7675322. OLE color: 7675322.

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

Color convert

RGB 186 29 117 -
CMYK 0 0.84 0.37 0.27
HSL 326.37º 0.73% 0.42% -
HSV(B) 326.37º 0.84% 0.73% -
XYZ 23.9 12.6 18 -
YUV 85.98 145.51 199.34 -
System Red Green Blue C M Y K H S L
Decimal 186 29 117 0 0.84 0.37 0.27 326.37 0.73 0.42
Hex BA 1D 75 0 54 25 1B 146 49 2A
Octal 272 35 165 0 124 45 33 506 111 52
Binary 10111010 11101 1110101 0 1010100 100101 11011 101000110 1001001 101010

Color Harmonies of #BA1D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D75

Black with #BA1D75

Text Example


Text Example

White with #BA1D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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