Html Css Color HEX #BA369A Medium Red Violet

📋 copy color: '#BA369A'

red 186 ◦ green 54 ◦ blue 154

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

Shades of Medium Red Violet #BA369A

Tints of Medium Red Violet #BA369A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.71%

 BLUE value IS 154 (60.55% from 255) = 39.09%

R = 47.21%
G = 13.71%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA369A (or 0xBA369A) is known color: Medium Red Violet. HEX triplet: BA, 36 and 9A. RGB value is (186,54,154). Sum of RGB (Red+Green+Blue) = 186+54+154=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA369A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA369A is #45C965. Grayscale: #686868. Windows color (decimal): -4573542 or 10106554. OLE color: 10106554.

HSL color Cylindrical-coordinate representation of color #BA369A: hue angle of 314.55º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA369A is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 54 154 -
CMYK 0 0.71 0.17 0.27
HSL 314.55º 0.55% 0.47% -
HSV(B) 314.55º 0.71% 0.73% -
XYZ 27.4 15.41 32.1 -
YUV 104.87 155.73 185.87 -
System Red Green Blue C M Y K H S L
Decimal 186 54 154 0 0.71 0.17 0.27 314.55 0.55 0.47
Hex BA 36 9A 0 47 11 1B 13B 37 2F
Octal 272 66 232 0 107 21 33 473 67 57
Binary 10111010 110110 10011010 0 1000111 10001 11011 100111011 110111 101111

Color Harmonies of #BA369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA369A

Black with #BA369A

Text Example


Text Example

White with #BA369A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA369A; }

 p { color: rgb(186,54,154); }

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

background-color css

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

 a { background-color: rgb(186,54,154); }

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

border-color css

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

 span { border-color: rgb(186,54,154); }

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