Html Css Color HEX #BA3F98 Medium Red Violet

📋 copy color: '#BA3F98'

red 186 ◦ green 63 ◦ blue 152

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

Shades of Medium Red Violet #BA3F98

Tints of Medium Red Violet #BA3F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.91%

R = 46.38%
G = 15.71%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA3F98 (or 0xBA3F98) is known color: Medium Red Violet. HEX triplet: BA, 3F and 98. RGB value is (186,63,152). Sum of RGB (Red+Green+Blue) = 186+63+152=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3F98 is #45C067. Grayscale: #6D6D6D. Windows color (decimal): -4571240 or 9977786. OLE color: 9977786.

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

Color convert

RGB 186 63 152 -
CMYK 0 0.66 0.18 0.27
HSL 316.59º 0.49% 0.49% -
HSV(B) 316.59º 0.66% 0.73% -
XYZ 27.69 16.26 31.38 -
YUV 109.92 151.75 182.26 -
System Red Green Blue C M Y K H S L
Decimal 186 63 152 0 0.66 0.18 0.27 316.59 0.49 0.49
Hex BA 3F 98 0 42 12 1B 13D 31 31
Octal 272 77 230 0 102 22 33 475 61 61
Binary 10111010 111111 10011000 0 1000010 10010 11011 100111101 110001 110001

Color Harmonies of #BA3F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F98

Black with #BA3F98

Text Example


Text Example

White with #BA3F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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