Html Css Color HEX #B9289D Medium Red Violet

📋 copy color: '#B9289D'

red 185 ◦ green 40 ◦ blue 157

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

Shades of Medium Red Violet #B9289D

Tints of Medium Red Violet #B9289D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 48.43%
G = 10.47%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9289D (or 0xB9289D) is known color: Medium Red Violet. HEX triplet: B9, 28 and 9D. RGB value is (185,40,157). Sum of RGB (Red+Green+Blue) = 185+40+157=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B9289D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9289D is #46D762. Grayscale: #606060. Windows color (decimal): -4642659 or 10299577. OLE color: 10299577.

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

Color convert

RGB 185 40 157 -
CMYK 0 0.78 0.15 0.27
HSL 311.59º 0.64% 0.44% -
HSV(B) 311.59º 0.78% 0.73% -
XYZ 26.85 14.27 33.24 -
YUV 96.69 162.04 190.99 -
System Red Green Blue C M Y K H S L
Decimal 185 40 157 0 0.78 0.15 0.27 311.59 0.64 0.44
Hex B9 28 9D 0 4E F 1B 138 40 2C
Octal 271 50 235 0 116 17 33 470 100 54
Binary 10111001 101000 10011101 0 1001110 1111 11011 100111000 1000000 101100

Color Harmonies of #B9289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9289D

Black with #B9289D

Text Example


Text Example

White with #B9289D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9289D; }

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

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

background-color css

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

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

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

border-color css

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

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

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