Html Css Color HEX #BA288B Medium Red Violet

📋 copy color: '#BA288B'

red 186 ◦ green 40 ◦ blue 139

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

Shades of Medium Red Violet #BA288B

Tints of Medium Red Violet #BA288B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.96%

 BLUE value IS 139 (54.69% from 255) = 38.08%

R = 50.96%
G = 10.96%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA288B (or 0xBA288B) is known color: Medium Red Violet. HEX triplet: BA, 28 and 8B. RGB value is (186,40,139). Sum of RGB (Red+Green+Blue) = 186+40+139=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA288B is #45D774. Grayscale: #5E5E5E. Windows color (decimal): -4577141 or 9119930. OLE color: 9119930.

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

Color convert

RGB 186 40 139 -
CMYK 0 0.78 0.25 0.27
HSL 319.32º 0.65% 0.44% -
HSV(B) 319.32º 0.78% 0.73% -
XYZ 25.67 13.82 25.74 -
YUV 94.94 152.87 192.95 -
System Red Green Blue C M Y K H S L
Decimal 186 40 139 0 0.78 0.25 0.27 319.32 0.65 0.44
Hex BA 28 8B 0 4E 19 1B 13F 41 2C
Octal 272 50 213 0 116 31 33 477 101 54
Binary 10111010 101000 10001011 0 1001110 11001 11011 100111111 1000001 101100

Color Harmonies of #BA288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA288B

Black with #BA288B

Text Example


Text Example

White with #BA288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA288B; }

 p { color: rgb(186,40,139); }

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

background-color css

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

 a { background-color: rgb(186,40,139); }

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

border-color css

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

 span { border-color: rgb(186,40,139); }

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