Html Css Color HEX #B9289C Medium Red Violet

📋 copy color: '#B9289C'

red 185 ◦ green 40 ◦ blue 156

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

Shades of Medium Red Violet #B9289C

Tints of Medium Red Violet #B9289C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.94%

R = 48.56%
G = 10.5%
B = 40.94%

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

#B9289C (or 0xB9289C) is known color: Medium Red Violet. HEX triplet: B9, 28 and 9C. RGB value is (185,40,156). Sum of RGB (Red+Green+Blue) = 185+40+156=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9289C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9289C is #46D763. Grayscale: #606060. Windows color (decimal): -4642660 or 10234041. OLE color: 10234041.

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

Color convert

RGB 185 40 156 -
CMYK 0 0.78 0.16 0.27
HSL 312º 0.64% 0.44% -
HSV(B) 312º 0.78% 0.73% -
XYZ 26.77 14.23 32.79 -
YUV 96.58 161.54 191.07 -
System Red Green Blue C M Y K H S L
Decimal 185 40 156 0 0.78 0.16 0.27 312 0.64 0.44
Hex B9 28 9C 0 4E 10 1B 138 40 2C
Octal 271 50 234 0 116 20 33 470 100 54
Binary 10111001 101000 10011100 0 1001110 10000 11011 100111000 1000000 101100

Color Harmonies of #B9289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9289C

Black with #B9289C

Text Example


Text Example

White with #B9289C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9289C; }

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

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

background-color css

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

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

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

border-color css

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

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

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