Html Css Color HEX #BA2289 Medium Red Violet

📋 copy color: '#BA2289'

red 186 ◦ green 34 ◦ blue 137

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

Shades of Medium Red Violet #BA2289

Tints of Medium Red Violet #BA2289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.38%

R = 52.1%
G = 9.52%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA2289 (or 0xBA2289) is known color: Medium Red Violet. HEX triplet: BA, 22 and 89. RGB value is (186,34,137). Sum of RGB (Red+Green+Blue) = 186+34+137=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2289 is #45DD76. Grayscale: #5A5A5A. Windows color (decimal): -4578679 or 8987322. OLE color: 8987322.

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

Color convert

RGB 186 34 137 -
CMYK 0 0.82 0.26 0.27
HSL 319.34º 0.69% 0.43% -
HSV(B) 319.34º 0.82% 0.73% -
XYZ 25.34 13.39 24.92 -
YUV 91.19 153.86 195.62 -
System Red Green Blue C M Y K H S L
Decimal 186 34 137 0 0.82 0.26 0.27 319.34 0.69 0.43
Hex BA 22 89 0 52 1A 1B 13F 45 2B
Octal 272 42 211 0 122 32 33 477 105 53
Binary 10111010 100010 10001001 0 1010010 11010 11011 100111111 1000101 101011

Color Harmonies of #BA2289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2289

Black with #BA2289

Text Example


Text Example

White with #BA2289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2289; }

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

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

background-color css

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

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

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

border-color css

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

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

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