Html Css Color HEX #BA286D Medium Red Violet

📋 copy color: '#BA286D'

red 186 ◦ green 40 ◦ blue 109

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

Shades of Medium Red Violet #BA286D

Tints of Medium Red Violet #BA286D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.54%

R = 55.52%
G = 11.94%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA286D (or 0xBA286D) is known color: Medium Red Violet. HEX triplet: BA, 28 and 6D. RGB value is (186,40,109). Sum of RGB (Red+Green+Blue) = 186+40+109=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA286D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA286D is #45D792. Grayscale: #5B5B5B. Windows color (decimal): -4577171 or 7153850. OLE color: 7153850.

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

Color convert

RGB 186 40 109 -
CMYK 0 0.78 0.41 0.27
HSL 331.64º 0.65% 0.44% -
HSV(B) 331.64º 0.78% 0.73% -
XYZ 23.77 13.06 15.74 -
YUV 91.52 137.87 195.39 -
System Red Green Blue C M Y K H S L
Decimal 186 40 109 0 0.78 0.41 0.27 331.64 0.65 0.44
Hex BA 28 6D 0 4E 29 1B 14C 41 2C
Octal 272 50 155 0 116 51 33 514 101 54
Binary 10111010 101000 1101101 0 1001110 101001 11011 101001100 1000001 101100

Color Harmonies of #BA286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA286D

Black with #BA286D

Text Example


Text Example

White with #BA286D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA286D; }

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

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

background-color css

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

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

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

border-color css

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

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

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