Html Css Color HEX #BA3F9E Medium Red Violet

📋 copy color: '#BA3F9E'

red 186 ◦ green 63 ◦ blue 158

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

Shades of Medium Red Violet #BA3F9E

Tints of Medium Red Violet #BA3F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.82%

R = 45.7%
G = 15.48%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA3F9E (or 0xBA3F9E) is known color: Medium Red Violet. HEX triplet: BA, 3F and 9E. RGB value is (186,63,158). Sum of RGB (Red+Green+Blue) = 186+63+158=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3F9E is #45C061. Grayscale: #6E6E6E. Windows color (decimal): -4571234 or 10371002. OLE color: 10371002.

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

Color convert

RGB 186 63 158 -
CMYK 0 0.66 0.15 0.27
HSL 313.66º 0.49% 0.49% -
HSV(B) 313.66º 0.66% 0.73% -
XYZ 28.2 16.46 34.04 -
YUV 110.61 154.75 181.78 -
System Red Green Blue C M Y K H S L
Decimal 186 63 158 0 0.66 0.15 0.27 313.66 0.49 0.49
Hex BA 3F 9E 0 42 F 1B 13A 31 31
Octal 272 77 236 0 102 17 33 472 61 61
Binary 10111010 111111 10011110 0 1000010 1111 11011 100111010 110001 110001

Color Harmonies of #BA3F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F9E

Black with #BA3F9E

Text Example


Text Example

White with #BA3F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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