Html Css Color HEX #BA1B76 Medium Violet Red

📋 copy color: '#BA1B76'

red 186 ◦ green 27 ◦ blue 118

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

Shades of Medium Violet Red #BA1B76

Tints of Medium Violet Red #BA1B76

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.16%

 BLUE value IS 118 (46.48% from 255) = 35.65%

R = 56.19%
G = 8.16%
B = 35.65%

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

#BA1B76 (or 0xBA1B76) is known color: Medium Violet Red. HEX triplet: BA, 1B and 76. RGB value is (186,27,118). Sum of RGB (Red+Green+Blue) = 186+27+118=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1B76 is #45E489. Grayscale: #545454. Windows color (decimal): -4580490 or 7740346. OLE color: 7740346.

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

Color convert

RGB 186 27 118 -
CMYK 0 0.85 0.37 0.27
HSL 325.66º 0.75% 0.42% -
HSV(B) 325.66º 0.85% 0.73% -
XYZ 23.91 12.53 18.3 -
YUV 84.92 146.68 200.1 -
System Red Green Blue C M Y K H S L
Decimal 186 27 118 0 0.85 0.37 0.27 325.66 0.75 0.42
Hex BA 1B 76 0 55 25 1B 146 4B 2A
Octal 272 33 166 0 125 45 33 506 113 52
Binary 10111010 11011 1110110 0 1010101 100101 11011 101000110 1001011 101010

Color Harmonies of #BA1B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B76

Black with #BA1B76

Text Example


Text Example

White with #BA1B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B76; }

 p { color: rgb(186,27,118); }

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

background-color css

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

 a { background-color: rgb(186,27,118); }

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

border-color css

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

 span { border-color: rgb(186,27,118); }

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