Html Css Color HEX #B9299B Medium Red Violet

📋 copy color: '#B9299B'

red 185 ◦ green 41 ◦ blue 155

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

Shades of Medium Red Violet #B9299B

Tints of Medium Red Violet #B9299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.76%

 BLUE value IS 155 (60.94% from 255) = 40.68%

R = 48.56%
G = 10.76%
B = 40.68%

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

#B9299B (or 0xB9299B) is known color: Medium Red Violet. HEX triplet: B9, 29 and 9B. RGB value is (185,41,155). Sum of RGB (Red+Green+Blue) = 185+41+155=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9299B is #46D664. Grayscale: #606060. Windows color (decimal): -4642405 or 10168761. OLE color: 10168761.

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

Color convert

RGB 185 41 155 -
CMYK 0 0.78 0.16 0.27
HSL 312.5º 0.64% 0.44% -
HSV(B) 312.5º 0.78% 0.73% -
XYZ 26.72 14.27 32.36 -
YUV 97.05 160.71 190.73 -
System Red Green Blue C M Y K H S L
Decimal 185 41 155 0 0.78 0.16 0.27 312.5 0.64 0.44
Hex B9 29 9B 0 4E 10 1B 138 40 2C
Octal 271 51 233 0 116 20 33 470 100 54
Binary 10111001 101001 10011011 0 1001110 10000 11011 100111000 1000000 101100

Color Harmonies of #B9299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9299B

Black with #B9299B

Text Example


Text Example

White with #B9299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9299B; }

 p { color: rgb(185,41,155); }

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

background-color css

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

 a { background-color: rgb(185,41,155); }

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

border-color css

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

 span { border-color: rgb(185,41,155); }

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