Html Css Color HEX #B9287A Medium Red Violet

📋 copy color: '#B9287A'

red 185 ◦ green 40 ◦ blue 122

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

Shades of Medium Red Violet #B9287A

Tints of Medium Red Violet #B9287A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.16%

R = 53.31%
G = 11.53%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9287A (or 0xB9287A) is known color: Medium Red Violet. HEX triplet: B9, 28 and 7A. RGB value is (185,40,122). Sum of RGB (Red+Green+Blue) = 185+40+122=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B9287A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9287A is #46D785. Grayscale: #5C5C5C. Windows color (decimal): -4642694 or 8005817. OLE color: 8005817.

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

Color convert

RGB 185 40 122 -
CMYK 0 0.78 0.34 0.27
HSL 326.07º 0.64% 0.44% -
HSV(B) 326.07º 0.78% 0.73% -
XYZ 24.28 13.24 19.69 -
YUV 92.7 144.54 193.83 -
System Red Green Blue C M Y K H S L
Decimal 185 40 122 0 0.78 0.34 0.27 326.07 0.64 0.44
Hex B9 28 7A 0 4E 22 1B 146 40 2C
Octal 271 50 172 0 116 42 33 506 100 54
Binary 10111001 101000 1111010 0 1001110 100010 11011 101000110 1000000 101100

Color Harmonies of #B9287A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9287A

Black with #B9287A

Text Example


Text Example

White with #B9287A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9287A; }

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

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

background-color css

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

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

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

border-color css

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

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

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