Html Css Color HEX #BA147B Medium Violet Red

📋 copy color: '#BA147B'

red 186 ◦ green 20 ◦ blue 123

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

Shades of Medium Violet Red #BA147B

Tints of Medium Violet Red #BA147B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.08%

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

R = 56.53%
G = 6.08%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA147B (or 0xBA147B) is known color: Medium Violet Red. HEX triplet: BA, 14 and 7B. RGB value is (186,20,123). Sum of RGB (Red+Green+Blue) = 186+20+123=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA147B is #45EB84. Grayscale: #515151. Windows color (decimal): -4582277 or 8066234. OLE color: 8066234.

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

Color convert

RGB 186 20 123 -
CMYK 0 0.89 0.34 0.27
HSL 322.77º 0.81% 0.4% -
HSV(B) 322.77º 0.89% 0.73% -
XYZ 24.08 12.37 19.86 -
YUV 81.38 151.5 202.62 -
System Red Green Blue C M Y K H S L
Decimal 186 20 123 0 0.89 0.34 0.27 322.77 0.81 0.4
Hex BA 14 7B 0 59 22 1B 143 51 28
Octal 272 24 173 0 131 42 33 503 121 50
Binary 10111010 10100 1111011 0 1011001 100010 11011 101000011 1010001 101000

Color Harmonies of #BA147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA147B

Black with #BA147B

Text Example


Text Example

White with #BA147B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA147B; }

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

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

background-color css

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

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

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

border-color css

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

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

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