Html Css Color HEX #BA23AA Medium Red Violet

📋 copy color: '#BA23AA'

red 186 ◦ green 35 ◦ blue 170

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

Shades of Medium Red Violet #BA23AA

Tints of Medium Red Violet #BA23AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.48%

R = 47.57%
G = 8.95%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA23AA (or 0xBA23AA) is known color: Medium Red Violet. HEX triplet: BA, 23 and AA. RGB value is (186,35,170). Sum of RGB (Red+Green+Blue) = 186+35+170=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA23AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA23AA is #45DC55. Grayscale: #5F5F5F. Windows color (decimal): -4578390 or 11150266. OLE color: 11150266.

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

Color convert

RGB 186 35 170 -
CMYK 0 0.81 0.09 0.27
HSL 306.36º 0.68% 0.43% -
HSV(B) 306.36º 0.81% 0.73% -
XYZ 28.11 14.54 39.36 -
YUV 95.54 170.03 192.52 -
System Red Green Blue C M Y K H S L
Decimal 186 35 170 0 0.81 0.09 0.27 306.36 0.68 0.43
Hex BA 23 AA 0 51 9 1B 132 44 2B
Octal 272 43 252 0 121 11 33 462 104 53
Binary 10111010 100011 10101010 0 1010001 1001 11011 100110010 1000100 101011

Color Harmonies of #BA23AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA23AA

Black with #BA23AA

Text Example


Text Example

White with #BA23AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA23AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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