Html Css Color HEX #BA3883 Medium Red Violet

📋 copy color: '#BA3883'

red 186 ◦ green 56 ◦ blue 131

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

Shades of Medium Red Violet #BA3883

Tints of Medium Red Violet #BA3883

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.01%

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

R = 49.87%
G = 15.01%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA3883 (or 0xBA3883) is known color: Medium Red Violet. HEX triplet: BA, 38 and 83. RGB value is (186,56,131). Sum of RGB (Red+Green+Blue) = 186+56+131=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3883 is #45C77C. Grayscale: #676767. Windows color (decimal): -4573053 or 8599738. OLE color: 8599738.

HSL color Cylindrical-coordinate representation of color #BA3883: hue angle of 325.38º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3883 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 56 131 -
CMYK 0 0.70 0.30 0.27
HSL 325.38º 0.54% 0.47% -
HSV(B) 325.38º 0.7% 0.73% -
XYZ 25.76 14.91 22.99 -
YUV 103.42 143.57 186.9 -
System Red Green Blue C M Y K H S L
Decimal 186 56 131 0 0.70 0.30 0.27 325.38 0.54 0.47
Hex BA 38 83 0 46 1E 1B 145 36 2F
Octal 272 70 203 0 106 36 33 505 66 57
Binary 10111010 111000 10000011 0 1000110 11110 11011 101000101 110110 101111

Color Harmonies of #BA3883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3883

Black with #BA3883

Text Example


Text Example

White with #BA3883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3883; }

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

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

background-color css

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

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

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

border-color css

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

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

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