Html Css Color HEX #BA358B Medium Red Violet

📋 copy color: '#BA358B'

red 186 ◦ green 53 ◦ blue 139

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

Shades of Medium Red Violet #BA358B

Tints of Medium Red Violet #BA358B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 49.21%
G = 14.02%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA358B (or 0xBA358B) is known color: Medium Red Violet. HEX triplet: BA, 35 and 8B. RGB value is (186,53,139). Sum of RGB (Red+Green+Blue) = 186+53+139=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA358B is #45CA74. Grayscale: #666666. Windows color (decimal): -4573813 or 9123258. OLE color: 9123258.

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

Color convert

RGB 186 53 139 -
CMYK 0 0.72 0.25 0.27
HSL 321.2º 0.56% 0.47% -
HSV(B) 321.2º 0.72% 0.73% -
XYZ 26.18 14.85 25.91 -
YUV 102.57 148.56 187.51 -
System Red Green Blue C M Y K H S L
Decimal 186 53 139 0 0.72 0.25 0.27 321.2 0.56 0.47
Hex BA 35 8B 0 48 19 1B 141 38 2F
Octal 272 65 213 0 110 31 33 501 70 57
Binary 10111010 110101 10001011 0 1001000 11001 11011 101000001 111000 101111

Color Harmonies of #BA358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA358B

Black with #BA358B

Text Example


Text Example

White with #BA358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA358B; }

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

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

background-color css

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

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

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

border-color css

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

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

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