Html Css Color HEX #BA239E Medium Red Violet

📋 copy color: '#BA239E'

red 186 ◦ green 35 ◦ blue 158

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

Shades of Medium Red Violet #BA239E

Tints of Medium Red Violet #BA239E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.69%

R = 49.08%
G = 9.23%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA239E (or 0xBA239E) is known color: Medium Red Violet. HEX triplet: BA, 23 and 9E. RGB value is (186,35,158). Sum of RGB (Red+Green+Blue) = 186+35+158=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA239E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA239E is #45DC61. Grayscale: #5D5D5D. Windows color (decimal): -4578402 or 10363834. OLE color: 10363834.

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

Color convert

RGB 186 35 158 -
CMYK 0 0.81 0.15 0.27
HSL 311.13º 0.68% 0.43% -
HSV(B) 311.13º 0.81% 0.73% -
XYZ 27.02 14.11 33.65 -
YUV 94.17 164.03 193.5 -
System Red Green Blue C M Y K H S L
Decimal 186 35 158 0 0.81 0.15 0.27 311.13 0.68 0.43
Hex BA 23 9E 0 51 F 1B 137 44 2B
Octal 272 43 236 0 121 17 33 467 104 53
Binary 10111010 100011 10011110 0 1010001 1111 11011 100110111 1000100 101011

Color Harmonies of #BA239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA239E

Black with #BA239E

Text Example


Text Example

White with #BA239E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA239E; }

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

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

background-color css

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

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

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

border-color css

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

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

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