Html Css Color HEX #BA3085 Medium Red Violet

📋 copy color: '#BA3085'

red 186 ◦ green 48 ◦ blue 133

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

Shades of Medium Red Violet #BA3085

Tints of Medium Red Violet #BA3085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.24%

R = 50.68%
G = 13.08%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA3085 (or 0xBA3085) is known color: Medium Red Violet. HEX triplet: BA, 30 and 85. RGB value is (186,48,133). Sum of RGB (Red+Green+Blue) = 186+48+133=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3085 is #45CF7A. Grayscale: #626262. Windows color (decimal): -4575099 or 8728762. OLE color: 8728762.

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

Color convert

RGB 186 48 133 -
CMYK 0 0.74 0.28 0.27
HSL 323.04º 0.59% 0.46% -
HSV(B) 323.04º 0.74% 0.73% -
XYZ 25.54 14.25 23.59 -
YUV 98.95 147.22 190.09 -
System Red Green Blue C M Y K H S L
Decimal 186 48 133 0 0.74 0.28 0.27 323.04 0.59 0.46
Hex BA 30 85 0 4A 1C 1B 143 3B 2E
Octal 272 60 205 0 112 34 33 503 73 56
Binary 10111010 110000 10000101 0 1001010 11100 11011 101000011 111011 101110

Color Harmonies of #BA3085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3085

Black with #BA3085

Text Example


Text Example

White with #BA3085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3085; }

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

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

background-color css

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

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

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

border-color css

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

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

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