Html Css Color HEX #BA2783 Medium Red Violet

📋 copy color: '#BA2783'

red 186 ◦ green 39 ◦ blue 131

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

Shades of Medium Red Violet #BA2783

Tints of Medium Red Violet #BA2783

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.96%

 BLUE value IS 131 (51.56% from 255) = 36.8%

R = 52.25%
G = 10.96%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA2783 (or 0xBA2783) is known color: Medium Red Violet. HEX triplet: BA, 27 and 83. RGB value is (186,39,131). Sum of RGB (Red+Green+Blue) = 186+39+131=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2783 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2783 is #45D87C. Grayscale: #5D5D5D. Windows color (decimal): -4577405 or 8595386. OLE color: 8595386.

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

Color convert

RGB 186 39 131 -
CMYK 0 0.79 0.30 0.27
HSL 322.45º 0.65% 0.44% -
HSV(B) 322.45º 0.79% 0.73% -
XYZ 25.07 13.53 22.76 -
YUV 93.44 149.2 194.02 -
System Red Green Blue C M Y K H S L
Decimal 186 39 131 0 0.79 0.30 0.27 322.45 0.65 0.44
Hex BA 27 83 0 4F 1E 1B 142 41 2C
Octal 272 47 203 0 117 36 33 502 101 54
Binary 10111010 100111 10000011 0 1001111 11110 11011 101000010 1000001 101100

Color Harmonies of #BA2783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2783

Black with #BA2783

Text Example


Text Example

White with #BA2783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2783; }

 p { color: rgb(186,39,131); }

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

background-color css

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

 a { background-color: rgb(186,39,131); }

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

border-color css

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

 span { border-color: rgb(186,39,131); }

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