Html Css Color HEX #BA338E Medium Red Violet

📋 copy color: '#BA338E'

red 186 ◦ green 51 ◦ blue 142

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

Shades of Medium Red Violet #BA338E

Tints of Medium Red Violet #BA338E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.47%

R = 49.08%
G = 13.46%
B = 37.47%

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

#BA338E (or 0xBA338E) is known color: Medium Red Violet. HEX triplet: BA, 33 and 8E. RGB value is (186,51,142). Sum of RGB (Red+Green+Blue) = 186+51+142=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA338E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA338E is #45CC71. Grayscale: #656565. Windows color (decimal): -4574322 or 9319354. OLE color: 9319354.

HSL color Cylindrical-coordinate representation of color #BA338E: hue angle of 319.56º 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 #BA338E is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 51 142 -
CMYK 0 0.73 0.24 0.27
HSL 319.56º 0.57% 0.46% -
HSV(B) 319.56º 0.73% 0.73% -
XYZ 26.32 14.76 27.05 -
YUV 101.74 150.73 188.1 -
System Red Green Blue C M Y K H S L
Decimal 186 51 142 0 0.73 0.24 0.27 319.56 0.57 0.46
Hex BA 33 8E 0 49 18 1B 140 39 2E
Octal 272 63 216 0 111 30 33 500 71 56
Binary 10111010 110011 10001110 0 1001001 11000 11011 101000000 111001 101110

Color Harmonies of #BA338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA338E

Black with #BA338E

Text Example


Text Example

White with #BA338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA338E; }

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

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

background-color css

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

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

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

border-color css

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

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

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