Html Css Color HEX #BA3F9B Medium Red Violet

📋 copy color: '#BA3F9B'

red 186 ◦ green 63 ◦ blue 155

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

Shades of Medium Red Violet #BA3F9B

Tints of Medium Red Violet #BA3F9B

RGB

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

 GREEN value IS 63 (25% from 255) = 15.59%

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

R = 46.04%
G = 15.59%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA3F9B (or 0xBA3F9B) is known color: Medium Red Violet. HEX triplet: BA, 3F and 9B. RGB value is (186,63,155). Sum of RGB (Red+Green+Blue) = 186+63+155=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3F9B is #45C064. Grayscale: #6E6E6E. Windows color (decimal): -4571237 or 10174394. OLE color: 10174394.

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

Color convert

RGB 186 63 155 -
CMYK 0 0.66 0.17 0.27
HSL 315.12º 0.49% 0.49% -
HSV(B) 315.12º 0.66% 0.73% -
XYZ 27.94 16.36 32.7 -
YUV 110.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 186 63 155 0 0.66 0.17 0.27 315.12 0.49 0.49
Hex BA 3F 9B 0 42 11 1B 13B 31 31
Octal 272 77 233 0 102 21 33 473 61 61
Binary 10111010 111111 10011011 0 1000010 10001 11011 100111011 110001 110001

Color Harmonies of #BA3F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F9B

Black with #BA3F9B

Text Example


Text Example

White with #BA3F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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