Html Css Color HEX #BA23AD Medium Violet Red

📋 copy color: '#BA23AD'

red 186 ◦ green 35 ◦ blue 173

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

Shades of Medium Violet Red #BA23AD

Tints of Medium Violet Red #BA23AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.91%

R = 47.21%
G = 8.88%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA23AD (or 0xBA23AD) is known color: Medium Violet Red. HEX triplet: BA, 23 and AD. RGB value is (186,35,173). Sum of RGB (Red+Green+Blue) = 186+35+173=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA23AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA23AD is #45DC52. Grayscale: #5F5F5F. Windows color (decimal): -4578387 or 11346874. OLE color: 11346874.

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

Color convert

RGB 186 35 173 -
CMYK 0 0.81 0.07 0.27
HSL 305.17º 0.68% 0.43% -
HSV(B) 305.17º 0.81% 0.73% -
XYZ 28.39 14.66 40.87 -
YUV 95.88 171.53 192.28 -
System Red Green Blue C M Y K H S L
Decimal 186 35 173 0 0.81 0.07 0.27 305.17 0.68 0.43
Hex BA 23 AD 0 51 7 1B 131 44 2B
Octal 272 43 255 0 121 7 33 461 104 53
Binary 10111010 100011 10101101 0 1010001 111 11011 100110001 1000100 101011

Color Harmonies of #BA23AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA23AD

Black with #BA23AD

Text Example


Text Example

White with #BA23AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA23AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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