Html Css Color HEX #BA337B Medium Red Violet

📋 copy color: '#BA337B'

red 186 ◦ green 51 ◦ blue 123

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

Shades of Medium Red Violet #BA337B

Tints of Medium Red Violet #BA337B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.17%

R = 51.67%
G = 14.17%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA337B (or 0xBA337B) is known color: Medium Red Violet. HEX triplet: BA, 33 and 7B. RGB value is (186,51,123). Sum of RGB (Red+Green+Blue) = 186+51+123=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA337B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA337B is #45CC84. Grayscale: #636363. Windows color (decimal): -4574341 or 8074170. OLE color: 8074170.

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

Color convert

RGB 186 51 123 -
CMYK 0 0.73 0.34 0.27
HSL 328º 0.57% 0.46% -
HSV(B) 328º 0.73% 0.73% -
XYZ 25.01 14.24 20.17 -
YUV 99.57 141.23 189.65 -
System Red Green Blue C M Y K H S L
Decimal 186 51 123 0 0.73 0.34 0.27 328 0.57 0.46
Hex BA 33 7B 0 49 22 1B 148 39 2E
Octal 272 63 173 0 111 42 33 510 71 56
Binary 10111010 110011 1111011 0 1001001 100010 11011 101001000 111001 101110

Color Harmonies of #BA337B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA337B

Black with #BA337B

Text Example


Text Example

White with #BA337B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA337B; }

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

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

background-color css

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

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

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

border-color css

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

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

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