Html Css Color HEX #BA2C83 Medium Red Violet

📋 copy color: '#BA2C83'

red 186 ◦ green 44 ◦ blue 131

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

Shades of Medium Red Violet #BA2C83

Tints of Medium Red Violet #BA2C83

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.19%

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

R = 51.52%
G = 12.19%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA2C83 (or 0xBA2C83) is known color: Medium Red Violet. HEX triplet: BA, 2C and 83. RGB value is (186,44,131). Sum of RGB (Red+Green+Blue) = 186+44+131=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2C83 is #45D37C. Grayscale: #606060. Windows color (decimal): -4576125 or 8596666. OLE color: 8596666.

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

Color convert

RGB 186 44 131 -
CMYK 0 0.76 0.30 0.27
HSL 323.24º 0.62% 0.45% -
HSV(B) 323.24º 0.76% 0.73% -
XYZ 25.25 13.88 22.82 -
YUV 96.38 147.54 191.93 -
System Red Green Blue C M Y K H S L
Decimal 186 44 131 0 0.76 0.30 0.27 323.24 0.62 0.45
Hex BA 2C 83 0 4C 1E 1B 143 3E 2D
Octal 272 54 203 0 114 36 33 503 76 55
Binary 10111010 101100 10000011 0 1001100 11110 11011 101000011 111110 101101

Color Harmonies of #BA2C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2C83

Black with #BA2C83

Text Example


Text Example

White with #BA2C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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