Html Css Color HEX #B9296D Medium Red Violet

📋 copy color: '#B9296D'

red 185 ◦ green 41 ◦ blue 109

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

Shades of Medium Red Violet #B9296D

Tints of Medium Red Violet #B9296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.54%

R = 55.22%
G = 12.24%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9296D (or 0xB9296D) is known color: Medium Red Violet. HEX triplet: B9, 29 and 6D. RGB value is (185,41,109). Sum of RGB (Red+Green+Blue) = 185+41+109=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B9296D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9296D is #46D692. Grayscale: #5B5B5B. Windows color (decimal): -4642451 or 7154105. OLE color: 7154105.

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

Color convert

RGB 185 41 109 -
CMYK 0 0.78 0.41 0.27
HSL 331.67º 0.64% 0.44% -
HSV(B) 331.67º 0.78% 0.73% -
XYZ 23.56 13 15.74 -
YUV 91.81 137.71 194.47 -
System Red Green Blue C M Y K H S L
Decimal 185 41 109 0 0.78 0.41 0.27 331.67 0.64 0.44
Hex B9 29 6D 0 4E 29 1B 14C 40 2C
Octal 271 51 155 0 116 51 33 514 100 54
Binary 10111001 101001 1101101 0 1001110 101001 11011 101001100 1000000 101100

Color Harmonies of #B9296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9296D

Black with #B9296D

Text Example


Text Example

White with #B9296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9296D; }

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

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

background-color css

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

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

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

border-color css

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

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

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