Html Css Color HEX #BA239D Medium Red Violet

📋 copy color: '#BA239D'

red 186 ◦ green 35 ◦ blue 157

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

Shades of Medium Red Violet #BA239D

Tints of Medium Red Violet #BA239D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.53%

R = 49.21%
G = 9.26%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA239D (or 0xBA239D) is known color: Medium Red Violet. HEX triplet: BA, 23 and 9D. RGB value is (186,35,157). Sum of RGB (Red+Green+Blue) = 186+35+157=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA239D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA239D is #45DC62. Grayscale: #5D5D5D. Windows color (decimal): -4578403 or 10298298. OLE color: 10298298.

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

Color convert

RGB 186 35 157 -
CMYK 0 0.81 0.16 0.27
HSL 311.52º 0.68% 0.43% -
HSV(B) 311.52º 0.81% 0.73% -
XYZ 26.94 14.08 33.2 -
YUV 94.06 163.53 193.58 -
System Red Green Blue C M Y K H S L
Decimal 186 35 157 0 0.81 0.16 0.27 311.52 0.68 0.43
Hex BA 23 9D 0 51 10 1B 138 44 2B
Octal 272 43 235 0 121 20 33 470 104 53
Binary 10111010 100011 10011101 0 1010001 10000 11011 100111000 1000100 101011

Color Harmonies of #BA239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA239D

Black with #BA239D

Text Example


Text Example

White with #BA239D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA239D; }

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

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

background-color css

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

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

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

border-color css

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

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

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