Html Css Color HEX #BA338D Medium Red Violet

📋 copy color: '#BA338D'

red 186 ◦ green 51 ◦ blue 141

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

Shades of Medium Red Violet #BA338D

Tints of Medium Red Violet #BA338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.49%

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 49.21%
G = 13.49%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA338D (or 0xBA338D) is known color: Medium Red Violet. HEX triplet: BA, 33 and 8D. RGB value is (186,51,141). Sum of RGB (Red+Green+Blue) = 186+51+141=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA338D is #45CC72. Grayscale: #656565. Windows color (decimal): -4574323 or 9253818. OLE color: 9253818.

HSL color Cylindrical-coordinate representation of color #BA338D: hue angle of 320º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA338D is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 51 141 -
CMYK 0 0.73 0.24 0.27
HSL 320º 0.57% 0.46% -
HSV(B) 320º 0.73% 0.73% -
XYZ 26.24 14.73 26.66 -
YUV 101.63 150.23 188.18 -
System Red Green Blue C M Y K H S L
Decimal 186 51 141 0 0.73 0.24 0.27 320 0.57 0.46
Hex BA 33 8D 0 49 18 1B 140 39 2E
Octal 272 63 215 0 111 30 33 500 71 56
Binary 10111010 110011 10001101 0 1001001 11000 11011 101000000 111001 101110

Color Harmonies of #BA338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA338D

Black with #BA338D

Text Example


Text Example

White with #BA338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA338D; }

 p { color: rgb(186,51,141); }

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

background-color css

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

 a { background-color: rgb(186,51,141); }

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

border-color css

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

 span { border-color: rgb(186,51,141); }

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