Html Css Color HEX #BA0475 Medium Violet Red

📋 copy color: '#BA0475'

red 186 ◦ green 4 ◦ blue 117

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

Shades of Medium Violet Red #BA0475

Tints of Medium Violet Red #BA0475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.3%

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

R = 60.59%
G = 1.3%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA0475 (or 0xBA0475) is known color: Medium Violet Red. HEX triplet: BA, 04 and 75. RGB value is (186,4,117). Sum of RGB (Red+Green+Blue) = 186+4+117=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0475 is #45FB8A. Grayscale: #474747. Windows color (decimal): -4586379 or 7668922. OLE color: 7668922.

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

Color convert

RGB 186 4 117 -
CMYK 0 0.98 0.37 0.27
HSL 322.75º 0.96% 0.37% -
HSV(B) 322.75º 0.98% 0.73% -
XYZ 23.5 11.81 17.87 -
YUV 71.3 153.8 209.81 -
System Red Green Blue C M Y K H S L
Decimal 186 4 117 0 0.98 0.37 0.27 322.75 0.96 0.37
Hex BA 4 75 0 62 25 1B 143 60 25
Octal 272 4 165 0 142 45 33 503 140 45
Binary 10111010 100 1110101 0 1100010 100101 11011 101000011 1100000 100101

Color Harmonies of #BA0475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0475

Black with #BA0475

Text Example


Text Example

White with #BA0475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0475; }

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

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

background-color css

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

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

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

border-color css

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

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

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