Html Css Color HEX #B9329F Medium Red Violet

📋 copy color: '#B9329F'

red 185 ◦ green 50 ◦ blue 159

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

Shades of Medium Red Violet #B9329F

Tints of Medium Red Violet #B9329F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.36%

R = 46.95%
G = 12.69%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9329F (or 0xB9329F) is known color: Medium Red Violet. HEX triplet: B9, 32 and 9F. RGB value is (185,50,159). Sum of RGB (Red+Green+Blue) = 185+50+159=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9329F is #46CD60. Grayscale: #666666. Windows color (decimal): -4640097 or 10433209. OLE color: 10433209.

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

Color convert

RGB 185 50 159 -
CMYK 0 0.73 0.14 0.27
HSL 311.56º 0.57% 0.46% -
HSV(B) 311.56º 0.73% 0.73% -
XYZ 27.41 15.1 34.27 -
YUV 102.79 159.73 186.64 -
System Red Green Blue C M Y K H S L
Decimal 185 50 159 0 0.73 0.14 0.27 311.56 0.57 0.46
Hex B9 32 9F 0 49 E 1B 138 39 2E
Octal 271 62 237 0 111 16 33 470 71 56
Binary 10111001 110010 10011111 0 1001001 1110 11011 100111000 111001 101110

Color Harmonies of #B9329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9329F

Black with #B9329F

Text Example


Text Example

White with #B9329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9329F; }

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

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

background-color css

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

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

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

border-color css

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

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

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