Html Css Color HEX #BA2883 Medium Red Violet

📋 copy color: '#BA2883'

red 186 ◦ green 40 ◦ blue 131

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

Shades of Medium Red Violet #BA2883

Tints of Medium Red Violet #BA2883

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.2%

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

R = 52.1%
G = 11.2%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA2883 (or 0xBA2883) is known color: Medium Red Violet. HEX triplet: BA, 28 and 83. RGB value is (186,40,131). Sum of RGB (Red+Green+Blue) = 186+40+131=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2883 is #45D77C. Grayscale: #5D5D5D. Windows color (decimal): -4577149 or 8595642. OLE color: 8595642.

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

Color convert

RGB 186 40 131 -
CMYK 0 0.78 0.30 0.27
HSL 322.6º 0.65% 0.44% -
HSV(B) 322.6º 0.78% 0.73% -
XYZ 25.11 13.6 22.77 -
YUV 94.03 148.87 193.6 -
System Red Green Blue C M Y K H S L
Decimal 186 40 131 0 0.78 0.30 0.27 322.6 0.65 0.44
Hex BA 28 83 0 4E 1E 1B 143 41 2C
Octal 272 50 203 0 116 36 33 503 101 54
Binary 10111010 101000 10000011 0 1001110 11110 11011 101000011 1000001 101100

Color Harmonies of #BA2883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2883

Black with #BA2883

Text Example


Text Example

White with #BA2883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2883; }

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

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

background-color css

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

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

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

border-color css

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

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

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