Html Css Color HEX #BA3285 Medium Red Violet

📋 copy color: '#BA3285'

red 186 ◦ green 50 ◦ blue 133

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

Shades of Medium Red Violet #BA3285

Tints of Medium Red Violet #BA3285

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.55%

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

R = 50.41%
G = 13.55%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA3285 (or 0xBA3285) is known color: Medium Red Violet. HEX triplet: BA, 32 and 85. RGB value is (186,50,133). Sum of RGB (Red+Green+Blue) = 186+50+133=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3285 is #45CD7A. Grayscale: #636363. Windows color (decimal): -4574587 or 8729274. OLE color: 8729274.

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

Color convert

RGB 186 50 133 -
CMYK 0 0.73 0.28 0.27
HSL 323.38º 0.58% 0.46% -
HSV(B) 323.38º 0.73% 0.73% -
XYZ 25.62 14.41 23.62 -
YUV 100.13 146.56 189.25 -
System Red Green Blue C M Y K H S L
Decimal 186 50 133 0 0.73 0.28 0.27 323.38 0.58 0.46
Hex BA 32 85 0 49 1C 1B 143 3A 2E
Octal 272 62 205 0 111 34 33 503 72 56
Binary 10111010 110010 10000101 0 1001001 11100 11011 101000011 111010 101110

Color Harmonies of #BA3285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3285

Black with #BA3285

Text Example


Text Example

White with #BA3285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3285; }

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

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

background-color css

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

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

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

border-color css

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

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

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