Html Css Color HEX #BA289D Medium Red Violet

📋 copy color: '#BA289D'

red 186 ◦ green 40 ◦ blue 157

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

Shades of Medium Red Violet #BA289D

Tints of Medium Red Violet #BA289D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.99%

R = 48.56%
G = 10.44%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA289D (or 0xBA289D) is known color: Medium Red Violet. HEX triplet: BA, 28 and 9D. RGB value is (186,40,157). Sum of RGB (Red+Green+Blue) = 186+40+157=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA289D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA289D is #45D762. Grayscale: #606060. Windows color (decimal): -4577123 or 10299578. OLE color: 10299578.

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

Color convert

RGB 186 40 157 -
CMYK 0 0.78 0.16 0.27
HSL 311.92º 0.65% 0.44% -
HSV(B) 311.92º 0.78% 0.73% -
XYZ 27.09 14.39 33.25 -
YUV 96.99 161.87 191.49 -
System Red Green Blue C M Y K H S L
Decimal 186 40 157 0 0.78 0.16 0.27 311.92 0.65 0.44
Hex BA 28 9D 0 4E 10 1B 138 41 2C
Octal 272 50 235 0 116 20 33 470 101 54
Binary 10111010 101000 10011101 0 1001110 10000 11011 100111000 1000001 101100

Color Harmonies of #BA289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA289D

Black with #BA289D

Text Example


Text Example

White with #BA289D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA289D; }

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

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

background-color css

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

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

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

border-color css

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

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

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