Html Css Color HEX #BA3287 Medium Red Violet

📋 copy color: '#BA3287'

red 186 ◦ green 50 ◦ blue 135

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

Shades of Medium Red Violet #BA3287

Tints of Medium Red Violet #BA3287

RGB

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

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

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

R = 50.13%
G = 13.48%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA3287 (or 0xBA3287) is known color: Medium Red Violet. HEX triplet: BA, 32 and 87. RGB value is (186,50,135). Sum of RGB (Red+Green+Blue) = 186+50+135=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3287 is #45CD78. Grayscale: #646464. Windows color (decimal): -4574585 or 8860346. OLE color: 8860346.

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

Color convert

RGB 186 50 135 -
CMYK 0 0.73 0.27 0.27
HSL 322.5º 0.58% 0.46% -
HSV(B) 322.5º 0.73% 0.73% -
XYZ 25.76 14.47 24.36 -
YUV 100.35 147.56 189.09 -
System Red Green Blue C M Y K H S L
Decimal 186 50 135 0 0.73 0.27 0.27 322.5 0.58 0.46
Hex BA 32 87 0 49 1B 1B 142 3A 2E
Octal 272 62 207 0 111 33 33 502 72 56
Binary 10111010 110010 10000111 0 1001001 11011 11011 101000010 111010 101110

Color Harmonies of #BA3287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3287

Black with #BA3287

Text Example


Text Example

White with #BA3287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3287; }

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

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

background-color css

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

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

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

border-color css

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

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

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