Html Css Color HEX #B9287C Medium Red Violet

📋 copy color: '#B9287C'

red 185 ◦ green 40 ◦ blue 124

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

Shades of Medium Red Violet #B9287C

Tints of Medium Red Violet #B9287C

RGB

 RED value IS 185 (72.66% from 255) = 53.01%

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

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 53.01%
G = 11.46%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9287C (or 0xB9287C) is known color: Medium Red Violet. HEX triplet: B9, 28 and 7C. RGB value is (185,40,124). Sum of RGB (Red+Green+Blue) = 185+40+124=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9287C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9287C is #46D783. Grayscale: #5C5C5C. Windows color (decimal): -4642692 or 8136889. OLE color: 8136889.

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

Color convert

RGB 185 40 124 -
CMYK 0 0.78 0.33 0.27
HSL 325.24º 0.64% 0.44% -
HSV(B) 325.24º 0.78% 0.73% -
XYZ 24.4 13.29 20.35 -
YUV 92.93 145.54 193.67 -
System Red Green Blue C M Y K H S L
Decimal 185 40 124 0 0.78 0.33 0.27 325.24 0.64 0.44
Hex B9 28 7C 0 4E 21 1B 145 40 2C
Octal 271 50 174 0 116 41 33 505 100 54
Binary 10111001 101000 1111100 0 1001110 100001 11011 101000101 1000000 101100

Color Harmonies of #B9287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9287C

Black with #B9287C

Text Example


Text Example

White with #B9287C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9287C; }

 p { color: rgb(185,40,124); }

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

background-color css

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

 a { background-color: rgb(185,40,124); }

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

border-color css

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

 span { border-color: rgb(185,40,124); }

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