Html Css Color HEX #BA1C75 Medium Violet Red

📋 copy color: '#BA1C75'

red 186 ◦ green 28 ◦ blue 117

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

Shades of Medium Violet Red #BA1C75

Tints of Medium Violet Red #BA1C75

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.46%

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

R = 56.19%
G = 8.46%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA1C75 (or 0xBA1C75) is known color: Medium Violet Red. HEX triplet: BA, 1C and 75. RGB value is (186,28,117). Sum of RGB (Red+Green+Blue) = 186+28+117=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1C75 is #45E38A. Grayscale: #555555. Windows color (decimal): -4580235 or 7675066. OLE color: 7675066.

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

Color convert

RGB 186 28 117 -
CMYK 0 0.85 0.37 0.27
HSL 326.2º 0.74% 0.42% -
HSV(B) 326.2º 0.85% 0.73% -
XYZ 23.88 12.55 17.99 -
YUV 85.39 145.85 199.76 -
System Red Green Blue C M Y K H S L
Decimal 186 28 117 0 0.85 0.37 0.27 326.2 0.74 0.42
Hex BA 1C 75 0 55 25 1B 146 4A 2A
Octal 272 34 165 0 125 45 33 506 112 52
Binary 10111010 11100 1110101 0 1010101 100101 11011 101000110 1001010 101010

Color Harmonies of #BA1C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C75

Black with #BA1C75

Text Example


Text Example

White with #BA1C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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