Html Css Color HEX #BA4285 Medium Red Violet

📋 copy color: '#BA4285'

red 186 ◦ green 66 ◦ blue 133

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

Shades of Medium Red Violet #BA4285

Tints of Medium Red Violet #BA4285

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.14%

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

R = 48.31%
G = 17.14%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA4285 (or 0xBA4285) is known color: Medium Red Violet. HEX triplet: BA, 42 and 85. RGB value is (186,66,133). Sum of RGB (Red+Green+Blue) = 186+66+133=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4285 is #45BD7A. Grayscale: #6D6D6D. Windows color (decimal): -4570491 or 8733370. OLE color: 8733370.

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

Color convert

RGB 186 66 133 -
CMYK 0 0.65 0.28 0.27
HSL 326.5º 0.48% 0.49% -
HSV(B) 326.5º 0.65% 0.73% -
XYZ 26.43 16.03 23.89 -
YUV 109.52 141.26 182.55 -
System Red Green Blue C M Y K H S L
Decimal 186 66 133 0 0.65 0.28 0.27 326.5 0.48 0.49
Hex BA 42 85 0 41 1C 1B 146 30 31
Octal 272 102 205 0 101 34 33 506 60 61
Binary 10111010 1000010 10000101 0 1000001 11100 11011 101000110 110000 110001

Color Harmonies of #BA4285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4285

Black with #BA4285

Text Example


Text Example

White with #BA4285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4285; }

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

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

background-color css

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

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

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

border-color css

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

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

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