Html Css Color HEX #B9297E Medium Red Violet

📋 copy color: '#B9297E'

red 185 ◦ green 41 ◦ blue 126

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

Shades of Medium Red Violet #B9297E

Tints of Medium Red Violet #B9297E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.8%

R = 52.56%
G = 11.65%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9297E (or 0xB9297E) is known color: Medium Red Violet. HEX triplet: B9, 29 and 7E. RGB value is (185,41,126). Sum of RGB (Red+Green+Blue) = 185+41+126=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B9297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9297E is #46D681. Grayscale: #5D5D5D. Windows color (decimal): -4642434 or 8268217. OLE color: 8268217.

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

Color convert

RGB 185 41 126 -
CMYK 0 0.78 0.32 0.27
HSL 324.58º 0.64% 0.44% -
HSV(B) 324.58º 0.78% 0.73% -
XYZ 24.57 13.41 21.03 -
YUV 93.75 146.21 193.09 -
System Red Green Blue C M Y K H S L
Decimal 185 41 126 0 0.78 0.32 0.27 324.58 0.64 0.44
Hex B9 29 7E 0 4E 20 1B 145 40 2C
Octal 271 51 176 0 116 40 33 505 100 54
Binary 10111001 101001 1111110 0 1001110 100000 11011 101000101 1000000 101100

Color Harmonies of #B9297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9297E

Black with #B9297E

Text Example


Text Example

White with #B9297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9297E; }

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

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

background-color css

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

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

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

border-color css

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

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

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