Html Css Color HEX #B9297C Medium Red Violet

📋 copy color: '#B9297C'

red 185 ◦ green 41 ◦ blue 124

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

Shades of Medium Red Violet #B9297C

Tints of Medium Red Violet #B9297C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 52.86%
G = 11.71%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9297C (or 0xB9297C) is known color: Medium Red Violet. HEX triplet: B9, 29 and 7C. RGB value is (185,41,124). Sum of RGB (Red+Green+Blue) = 185+41+124=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B9297C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9297C is #46D683. Grayscale: #5D5D5D. Windows color (decimal): -4642436 or 8137145. OLE color: 8137145.

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

Color convert

RGB 185 41 124 -
CMYK 0 0.78 0.33 0.27
HSL 325.42º 0.64% 0.44% -
HSV(B) 325.42º 0.78% 0.73% -
XYZ 24.44 13.36 20.36 -
YUV 93.52 145.21 193.25 -
System Red Green Blue C M Y K H S L
Decimal 185 41 124 0 0.78 0.33 0.27 325.42 0.64 0.44
Hex B9 29 7C 0 4E 21 1B 145 40 2C
Octal 271 51 174 0 116 41 33 505 100 54
Binary 10111001 101001 1111100 0 1001110 100001 11011 101000101 1000000 101100

Color Harmonies of #B9297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9297C

Black with #B9297C

Text Example


Text Example

White with #B9297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9297C; }

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

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

background-color css

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

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

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

border-color css

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

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

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