Html Css Color HEX #BA3D9B Medium Red Violet

📋 copy color: '#BA3D9B'

red 186 ◦ green 61 ◦ blue 155

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

Shades of Medium Red Violet #BA3D9B

Tints of Medium Red Violet #BA3D9B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.17%

 BLUE value IS 155 (60.94% from 255) = 38.56%

R = 46.27%
G = 15.17%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA3D9B (or 0xBA3D9B) is known color: Medium Red Violet. HEX triplet: BA, 3D and 9B. RGB value is (186,61,155). Sum of RGB (Red+Green+Blue) = 186+61+155=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3D9B is #45C264. Grayscale: #6C6C6C. Windows color (decimal): -4571749 or 10173882. OLE color: 10173882.

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

Color convert

RGB 186 61 155 -
CMYK 0 0.67 0.17 0.27
HSL 314.88º 0.51% 0.48% -
HSV(B) 314.88º 0.67% 0.73% -
XYZ 27.83 16.14 32.66 -
YUV 109.09 153.91 182.86 -
System Red Green Blue C M Y K H S L
Decimal 186 61 155 0 0.67 0.17 0.27 314.88 0.51 0.48
Hex BA 3D 9B 0 43 11 1B 13B 33 30
Octal 272 75 233 0 103 21 33 473 63 60
Binary 10111010 111101 10011011 0 1000011 10001 11011 100111011 110011 110000

Color Harmonies of #BA3D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D9B

Black with #BA3D9B

Text Example


Text Example

White with #BA3D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D9B; }

 p { color: rgb(186,61,155); }

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

background-color css

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

 a { background-color: rgb(186,61,155); }

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

border-color css

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

 span { border-color: rgb(186,61,155); }

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