Html Css Color HEX #B9289A Medium Red Violet

📋 copy color: '#B9289A'

red 185 ◦ green 40 ◦ blue 154

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

Shades of Medium Red Violet #B9289A

Tints of Medium Red Violet #B9289A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.63%

R = 48.81%
G = 10.55%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9289A (or 0xB9289A) is known color: Medium Red Violet. HEX triplet: B9, 28 and 9A. RGB value is (185,40,154). Sum of RGB (Red+Green+Blue) = 185+40+154=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9289A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9289A is #46D765. Grayscale: #606060. Windows color (decimal): -4642662 or 10102969. OLE color: 10102969.

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

Color convert

RGB 185 40 154 -
CMYK 0 0.78 0.17 0.27
HSL 312.83º 0.64% 0.44% -
HSV(B) 312.83º 0.78% 0.73% -
XYZ 26.6 14.16 31.9 -
YUV 96.35 160.54 191.23 -
System Red Green Blue C M Y K H S L
Decimal 185 40 154 0 0.78 0.17 0.27 312.83 0.64 0.44
Hex B9 28 9A 0 4E 11 1B 139 40 2C
Octal 271 50 232 0 116 21 33 471 100 54
Binary 10111001 101000 10011010 0 1001110 10001 11011 100111001 1000000 101100

Color Harmonies of #B9289A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9289A

Black with #B9289A

Text Example


Text Example

White with #B9289A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9289A; }

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

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

background-color css

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

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

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

border-color css

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

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

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