Html Css Color HEX #BA338A Medium Red Violet

📋 copy color: '#BA338A'

red 186 ◦ green 51 ◦ blue 138

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

Shades of Medium Red Violet #BA338A

Tints of Medium Red Violet #BA338A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.8%

R = 49.6%
G = 13.6%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA338A (or 0xBA338A) is known color: Medium Red Violet. HEX triplet: BA, 33 and 8A. RGB value is (186,51,138). Sum of RGB (Red+Green+Blue) = 186+51+138=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA338A is #45CC75. Grayscale: #656565. Windows color (decimal): -4574326 or 9057210. OLE color: 9057210.

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

Color convert

RGB 186 51 138 -
CMYK 0 0.73 0.26 0.27
HSL 321.33º 0.57% 0.46% -
HSV(B) 321.33º 0.73% 0.73% -
XYZ 26.02 14.64 25.5 -
YUV 101.28 148.73 188.43 -
System Red Green Blue C M Y K H S L
Decimal 186 51 138 0 0.73 0.26 0.27 321.33 0.57 0.46
Hex BA 33 8A 0 49 1A 1B 141 39 2E
Octal 272 63 212 0 111 32 33 501 71 56
Binary 10111010 110011 10001010 0 1001001 11010 11011 101000001 111001 101110

Color Harmonies of #BA338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA338A

Black with #BA338A

Text Example


Text Example

White with #BA338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA338A; }

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

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

background-color css

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

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

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

border-color css

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

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

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