Html Css Color HEX #BA3096 Medium Red Violet

📋 copy color: '#BA3096'

red 186 ◦ green 48 ◦ blue 150

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

Shades of Medium Red Violet #BA3096

Tints of Medium Red Violet #BA3096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.5%

 BLUE value IS 150 (58.98% from 255) = 39.06%

R = 48.44%
G = 12.5%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA3096 (or 0xBA3096) is known color: Medium Red Violet. HEX triplet: BA, 30 and 96. RGB value is (186,48,150). Sum of RGB (Red+Green+Blue) = 186+48+150=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3096 is #45CF69. Grayscale: #646464. Windows color (decimal): -4575082 or 9842874. OLE color: 9842874.

HSL color Cylindrical-coordinate representation of color #BA3096: hue angle of 315.65º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3096 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 48 150 -
CMYK 0 0.74 0.19 0.27
HSL 315.65º 0.59% 0.46% -
HSV(B) 315.65º 0.74% 0.73% -
XYZ 26.81 14.76 30.29 -
YUV 100.89 155.72 188.71 -
System Red Green Blue C M Y K H S L
Decimal 186 48 150 0 0.74 0.19 0.27 315.65 0.59 0.46
Hex BA 30 96 0 4A 13 1B 13C 3B 2E
Octal 272 60 226 0 112 23 33 474 73 56
Binary 10111010 110000 10010110 0 1001010 10011 11011 100111100 111011 101110

Color Harmonies of #BA3096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3096

Black with #BA3096

Text Example


Text Example

White with #BA3096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3096; }

 p { color: rgb(186,48,150); }

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

background-color css

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

 a { background-color: rgb(186,48,150); }

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

border-color css

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

 span { border-color: rgb(186,48,150); }

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