Html Css Color HEX #BA3B9D Medium Red Violet

📋 copy color: '#BA3B9D'

red 186 ◦ green 59 ◦ blue 157

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

Shades of Medium Red Violet #BA3B9D

Tints of Medium Red Violet #BA3B9D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.68%

 BLUE value IS 157 (61.72% from 255) = 39.05%

R = 46.27%
G = 14.68%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA3B9D (or 0xBA3B9D) is known color: Medium Red Violet. HEX triplet: BA, 3B and 9D. RGB value is (186,59,157). Sum of RGB (Red+Green+Blue) = 186+59+157=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3B9D is #45C462. Grayscale: #6B6B6B. Windows color (decimal): -4572259 or 10304442. OLE color: 10304442.

HSL color Cylindrical-coordinate representation of color #BA3B9D: hue angle of 313.7º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3B9D is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 59 157 -
CMYK 0 0.68 0.16 0.27
HSL 313.7º 0.52% 0.48% -
HSV(B) 313.7º 0.68% 0.73% -
XYZ 27.9 16 33.52 -
YUV 108.15 155.58 183.53 -
System Red Green Blue C M Y K H S L
Decimal 186 59 157 0 0.68 0.16 0.27 313.7 0.52 0.48
Hex BA 3B 9D 0 44 10 1B 13A 34 30
Octal 272 73 235 0 104 20 33 472 64 60
Binary 10111010 111011 10011101 0 1000100 10000 11011 100111010 110100 110000

Color Harmonies of #BA3B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B9D

Black with #BA3B9D

Text Example


Text Example

White with #BA3B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B9D; }

 p { color: rgb(186,59,157); }

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

background-color css

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

 a { background-color: rgb(186,59,157); }

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

border-color css

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

 span { border-color: rgb(186,59,157); }

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