Html Css Color HEX #B9328C Medium Red Violet

📋 copy color: '#B9328C'

red 185 ◦ green 50 ◦ blue 140

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

Shades of Medium Red Violet #B9328C

Tints of Medium Red Violet #B9328C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 49.33%
G = 13.33%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9328C (or 0xB9328C) is known color: Medium Red Violet. HEX triplet: B9, 32 and 8C. RGB value is (185,50,140). Sum of RGB (Red+Green+Blue) = 185+50+140=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9328C is #46CD73. Grayscale: #646464. Windows color (decimal): -4640116 or 9188025. OLE color: 9188025.

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

Color convert

RGB 185 50 140 -
CMYK 0 0.73 0.24 0.27
HSL 320º 0.57% 0.46% -
HSV(B) 320º 0.73% 0.73% -
XYZ 25.88 14.49 26.24 -
YUV 100.63 150.23 188.18 -
System Red Green Blue C M Y K H S L
Decimal 185 50 140 0 0.73 0.24 0.27 320 0.57 0.46
Hex B9 32 8C 0 49 18 1B 140 39 2E
Octal 271 62 214 0 111 30 33 500 71 56
Binary 10111001 110010 10001100 0 1001001 11000 11011 101000000 111001 101110

Color Harmonies of #B9328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9328C

Black with #B9328C

Text Example


Text Example

White with #B9328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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