Html Css Color HEX #B9326F Medium Red Violet

📋 copy color: '#B9326F'

red 185 ◦ green 50 ◦ blue 111

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

Shades of Medium Red Violet #B9326F

Tints of Medium Red Violet #B9326F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.45%

 BLUE value IS 111 (43.75% from 255) = 32.08%

R = 53.47%
G = 14.45%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#B9326F (or 0xB9326F) is known color: Medium Red Violet. HEX triplet: B9, 32 and 6F. RGB value is (185,50,111). Sum of RGB (Red+Green+Blue) = 185+50+111=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9326F is #46CD90. Grayscale: #616161. Windows color (decimal): -4640145 or 7287481. OLE color: 7287481.

HSL color Cylindrical-coordinate representation of color #B9326F: hue angle of 332.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9326F is Cyan = 0, Magento = 0.73, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 50 111 -
CMYK 0 0.73 0.4 0.27
HSL 332.89º 0.57% 0.46% -
HSV(B) 332.89º 0.73% 0.73% -
XYZ 24.02 13.74 16.43 -
YUV 97.32 135.73 190.54 -
System Red Green Blue C M Y K H S L
Decimal 185 50 111 0 0.73 0.4 0.27 332.89 0.57 0.46
Hex B9 32 6F 0 49 28 1B 14D 39 2E
Octal 271 62 157 0 111 50 33 515 71 56
Binary 10111001 110010 1101111 0 1001001 101000 11011 101001101 111001 101110

Color Harmonies of #B9326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9326F

Black with #B9326F

Text Example


Text Example

White with #B9326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9326F; }

 p { color: rgb(185,50,111); }

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

background-color css

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

 a { background-color: rgb(185,50,111); }

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

border-color css

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

 span { border-color: rgb(185,50,111); }

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