Html Css Color HEX #BA2488 Medium Red Violet

📋 copy color: '#BA2488'

red 186 ◦ green 36 ◦ blue 136

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

Shades of Medium Red Violet #BA2488

Tints of Medium Red Violet #BA2488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.06%

 BLUE value IS 136 (53.52% from 255) = 37.99%

R = 51.96%
G = 10.06%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA2488 (or 0xBA2488) is known color: Medium Red Violet. HEX triplet: BA, 24 and 88. RGB value is (186,36,136). Sum of RGB (Red+Green+Blue) = 186+36+136=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2488 is #45DB77. Grayscale: #5C5C5C. Windows color (decimal): -4578168 or 8922298. OLE color: 8922298.

HSL color Cylindrical-coordinate representation of color #BA2488: hue angle of 320º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2488 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 36 136 -
CMYK 0 0.81 0.27 0.27
HSL 320º 0.68% 0.44% -
HSV(B) 320º 0.81% 0.73% -
XYZ 25.32 13.48 24.56 -
YUV 92.25 152.7 194.87 -
System Red Green Blue C M Y K H S L
Decimal 186 36 136 0 0.81 0.27 0.27 320 0.68 0.44
Hex BA 24 88 0 51 1B 1B 140 44 2C
Octal 272 44 210 0 121 33 33 500 104 54
Binary 10111010 100100 10001000 0 1010001 11011 11011 101000000 1000100 101100

Color Harmonies of #BA2488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2488

Black with #BA2488

Text Example


Text Example

White with #BA2488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2488; }

 p { color: rgb(186,36,136); }

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

background-color css

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

 a { background-color: rgb(186,36,136); }

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

border-color css

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

 span { border-color: rgb(186,36,136); }

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