Html Css Color HEX #BA2299 Medium Violet Red

📋 copy color: '#BA2299'

red 186 ◦ green 34 ◦ blue 153

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

Shades of Medium Violet Red #BA2299

Tints of Medium Violet Red #BA2299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.12%

 BLUE value IS 153 (60.16% from 255) = 41.02%

R = 49.87%
G = 9.12%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA2299 (or 0xBA2299) is known color: Medium Violet Red. HEX triplet: BA, 22 and 99. RGB value is (186,34,153). Sum of RGB (Red+Green+Blue) = 186+34+153=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2299 is #45DD66. Grayscale: #5C5C5C. Windows color (decimal): -4578663 or 10035898. OLE color: 10035898.

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

Color convert

RGB 186 34 153 -
CMYK 0 0.82 0.18 0.27
HSL 313.03º 0.69% 0.43% -
HSV(B) 313.03º 0.82% 0.73% -
XYZ 26.57 13.88 31.42 -
YUV 93.01 161.86 194.32 -
System Red Green Blue C M Y K H S L
Decimal 186 34 153 0 0.82 0.18 0.27 313.03 0.69 0.43
Hex BA 22 99 0 52 12 1B 139 45 2B
Octal 272 42 231 0 122 22 33 471 105 53
Binary 10111010 100010 10011001 0 1010010 10010 11011 100111001 1000101 101011

Color Harmonies of #BA2299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2299

Black with #BA2299

Text Example


Text Example

White with #BA2299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2299; }

 p { color: rgb(186,34,153); }

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

background-color css

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

 a { background-color: rgb(186,34,153); }

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

border-color css

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

 span { border-color: rgb(186,34,153); }

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