Html Css Color HEX #BA4287 Medium Red Violet

📋 copy color: '#BA4287'

red 186 ◦ green 66 ◦ blue 135

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

Shades of Medium Red Violet #BA4287

Tints of Medium Red Violet #BA4287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.88%

R = 48.06%
G = 17.05%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA4287 (or 0xBA4287) is known color: Medium Red Violet. HEX triplet: BA, 42 and 87. RGB value is (186,66,135). Sum of RGB (Red+Green+Blue) = 186+66+135=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4287 is #45BD78. Grayscale: #6D6D6D. Windows color (decimal): -4570489 or 8864442. OLE color: 8864442.

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

Color convert

RGB 186 66 135 -
CMYK 0 0.65 0.27 0.27
HSL 325.5º 0.48% 0.49% -
HSV(B) 325.5º 0.65% 0.73% -
XYZ 26.57 16.08 24.63 -
YUV 109.75 142.26 182.39 -
System Red Green Blue C M Y K H S L
Decimal 186 66 135 0 0.65 0.27 0.27 325.5 0.48 0.49
Hex BA 42 87 0 41 1B 1B 146 30 31
Octal 272 102 207 0 101 33 33 506 60 61
Binary 10111010 1000010 10000111 0 1000001 11011 11011 101000110 110000 110001

Color Harmonies of #BA4287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4287

Black with #BA4287

Text Example


Text Example

White with #BA4287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4287; }

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

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

background-color css

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

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

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

border-color css

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

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

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