Html Css Color HEX #B9288C Medium Red Violet

📋 copy color: '#B9288C'

red 185 ◦ green 40 ◦ blue 140

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

Shades of Medium Red Violet #B9288C

Tints of Medium Red Violet #B9288C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.36%

R = 50.68%
G = 10.96%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9288C (or 0xB9288C) is known color: Medium Red Violet. HEX triplet: B9, 28 and 8C. RGB value is (185,40,140). Sum of RGB (Red+Green+Blue) = 185+40+140=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B9288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9288C is #46D773. Grayscale: #5E5E5E. Windows color (decimal): -4642676 or 9185465. OLE color: 9185465.

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

Color convert

RGB 185 40 140 -
CMYK 0 0.78 0.24 0.27
HSL 318.62º 0.64% 0.44% -
HSV(B) 318.62º 0.78% 0.73% -
XYZ 25.5 13.73 26.12 -
YUV 94.76 153.54 192.37 -
System Red Green Blue C M Y K H S L
Decimal 185 40 140 0 0.78 0.24 0.27 318.62 0.64 0.44
Hex B9 28 8C 0 4E 18 1B 13F 40 2C
Octal 271 50 214 0 116 30 33 477 100 54
Binary 10111001 101000 10001100 0 1001110 11000 11011 100111111 1000000 101100

Color Harmonies of #B9288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9288C

Black with #B9288C

Text Example


Text Example

White with #B9288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9288C; }

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

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

background-color css

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

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

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

border-color css

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

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

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