Html Css Color HEX #BA1A7B Medium Violet Red

📋 copy color: '#BA1A7B'

red 186 ◦ green 26 ◦ blue 123

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

Shades of Medium Violet Red #BA1A7B

Tints of Medium Violet Red #BA1A7B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.76%

 BLUE value IS 123 (48.44% from 255) = 36.72%

R = 55.52%
G = 7.76%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA1A7B (or 0xBA1A7B) is known color: Medium Violet Red. HEX triplet: BA, 1A and 7B. RGB value is (186,26,123). Sum of RGB (Red+Green+Blue) = 186+26+123=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1A7B is #45E584. Grayscale: #545454. Windows color (decimal): -4580741 or 8067770. OLE color: 8067770.

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

Color convert

RGB 186 26 123 -
CMYK 0 0.86 0.34 0.27
HSL 323.63º 0.75% 0.42% -
HSV(B) 323.63º 0.86% 0.73% -
XYZ 24.19 12.61 19.9 -
YUV 84.9 149.51 200.11 -
System Red Green Blue C M Y K H S L
Decimal 186 26 123 0 0.86 0.34 0.27 323.63 0.75 0.42
Hex BA 1A 7B 0 56 22 1B 144 4B 2A
Octal 272 32 173 0 126 42 33 504 113 52
Binary 10111010 11010 1111011 0 1010110 100010 11011 101000100 1001011 101010

Color Harmonies of #BA1A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A7B

Black with #BA1A7B

Text Example


Text Example

White with #BA1A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A7B; }

 p { color: rgb(186,26,123); }

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

background-color css

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

 a { background-color: rgb(186,26,123); }

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

border-color css

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

 span { border-color: rgb(186,26,123); }

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