Html Css Color HEX #BA358F Medium Red Violet

📋 copy color: '#BA358F'

red 186 ◦ green 53 ◦ blue 143

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

Shades of Medium Red Violet #BA358F

Tints of Medium Red Violet #BA358F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.87%

 BLUE value IS 143 (56.25% from 255) = 37.43%

R = 48.69%
G = 13.87%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA358F (or 0xBA358F) is known color: Medium Red Violet. HEX triplet: BA, 35 and 8F. RGB value is (186,53,143). Sum of RGB (Red+Green+Blue) = 186+53+143=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA358F is #45CA70. Grayscale: #666666. Windows color (decimal): -4573809 or 9385402. OLE color: 9385402.

HSL color Cylindrical-coordinate representation of color #BA358F: hue angle of 319.4º 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 #BA358F is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 53 143 -
CMYK 0 0.72 0.23 0.27
HSL 319.4º 0.56% 0.47% -
HSV(B) 319.4º 0.72% 0.73% -
XYZ 26.48 14.97 27.48 -
YUV 103.03 150.56 187.18 -
System Red Green Blue C M Y K H S L
Decimal 186 53 143 0 0.72 0.23 0.27 319.4 0.56 0.47
Hex BA 35 8F 0 48 17 1B 13F 38 2F
Octal 272 65 217 0 110 27 33 477 70 57
Binary 10111010 110101 10001111 0 1001000 10111 11011 100111111 111000 101111

Color Harmonies of #BA358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA358F

Black with #BA358F

Text Example


Text Example

White with #BA358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA358F; }

 p { color: rgb(186,53,143); }

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

background-color css

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

 a { background-color: rgb(186,53,143); }

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

border-color css

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

 span { border-color: rgb(186,53,143); }

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