Html Css Color HEX #BA3E83 Medium Red Violet

📋 copy color: '#BA3E83'

red 186 ◦ green 62 ◦ blue 131

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

Shades of Medium Red Violet #BA3E83

Tints of Medium Red Violet #BA3E83

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.36%

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

R = 49.08%
G = 16.36%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA3E83 (or 0xBA3E83) is known color: Medium Red Violet. HEX triplet: BA, 3E and 83. RGB value is (186,62,131). Sum of RGB (Red+Green+Blue) = 186+62+131=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3E83 is #45C17C. Grayscale: #6A6A6A. Windows color (decimal): -4571517 or 8601274. OLE color: 8601274.

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

Color convert

RGB 186 62 131 -
CMYK 0 0.67 0.30 0.27
HSL 326.61º 0.5% 0.49% -
HSV(B) 326.61º 0.67% 0.73% -
XYZ 26.07 15.52 23.09 -
YUV 106.94 141.58 184.39 -
System Red Green Blue C M Y K H S L
Decimal 186 62 131 0 0.67 0.30 0.27 326.61 0.5 0.49
Hex BA 3E 83 0 43 1E 1B 147 32 31
Octal 272 76 203 0 103 36 33 507 62 61
Binary 10111010 111110 10000011 0 1000011 11110 11011 101000111 110010 110001

Color Harmonies of #BA3E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E83

Black with #BA3E83

Text Example


Text Example

White with #BA3E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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