Html Css Color HEX #BA347F Medium Red Violet

📋 copy color: '#BA347F'

red 186 ◦ green 52 ◦ blue 127

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

Shades of Medium Red Violet #BA347F

Tints of Medium Red Violet #BA347F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.25%

 BLUE value IS 127 (50% from 255) = 34.79%

R = 50.96%
G = 14.25%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA347F (or 0xBA347F) is known color: Medium Red Violet. HEX triplet: BA, 34 and 7F. RGB value is (186,52,127). Sum of RGB (Red+Green+Blue) = 186+52+127=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA347F is #45CB80. Grayscale: #646464. Windows color (decimal): -4574081 or 8336570. OLE color: 8336570.

HSL color Cylindrical-coordinate representation of color #BA347F: hue angle of 326.42º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA347F is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 52 127 -
CMYK 0 0.72 0.32 0.27
HSL 326.42º 0.56% 0.47% -
HSV(B) 326.42º 0.72% 0.73% -
XYZ 25.31 14.43 21.53 -
YUV 100.62 142.89 188.9 -
System Red Green Blue C M Y K H S L
Decimal 186 52 127 0 0.72 0.32 0.27 326.42 0.56 0.47
Hex BA 34 7F 0 48 20 1B 146 38 2F
Octal 272 64 177 0 110 40 33 506 70 57
Binary 10111010 110100 1111111 0 1001000 100000 11011 101000110 111000 101111

Color Harmonies of #BA347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA347F

Black with #BA347F

Text Example


Text Example

White with #BA347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA347F; }

 p { color: rgb(186,52,127); }

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

background-color css

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

 a { background-color: rgb(186,52,127); }

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

border-color css

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

 span { border-color: rgb(186,52,127); }

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