Html Css Color HEX #BA239A Medium Red Violet

📋 copy color: '#BA239A'

red 186 ◦ green 35 ◦ blue 154

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

Shades of Medium Red Violet #BA239A

Tints of Medium Red Violet #BA239A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.33%

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

R = 49.6%
G = 9.33%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA239A (or 0xBA239A) is known color: Medium Red Violet. HEX triplet: BA, 23 and 9A. RGB value is (186,35,154). Sum of RGB (Red+Green+Blue) = 186+35+154=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA239A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA239A is #45DC65. Grayscale: #5D5D5D. Windows color (decimal): -4578406 or 10101690. OLE color: 10101690.

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

Color convert

RGB 186 35 154 -
CMYK 0 0.81 0.17 0.27
HSL 312.72º 0.68% 0.43% -
HSV(B) 312.72º 0.81% 0.73% -
XYZ 26.68 13.97 31.86 -
YUV 93.72 162.03 193.82 -
System Red Green Blue C M Y K H S L
Decimal 186 35 154 0 0.81 0.17 0.27 312.72 0.68 0.43
Hex BA 23 9A 0 51 11 1B 139 44 2B
Octal 272 43 232 0 121 21 33 471 104 53
Binary 10111010 100011 10011010 0 1010001 10001 11011 100111001 1000100 101011

Color Harmonies of #BA239A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA239A

Black with #BA239A

Text Example


Text Example

White with #BA239A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA239A; }

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

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

background-color css

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

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

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

border-color css

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

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

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