Html Css Color HEX #B9329D Medium Red Violet

📋 copy color: '#B9329D'

red 185 ◦ green 50 ◦ blue 157

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

Shades of Medium Red Violet #B9329D

Tints of Medium Red Violet #B9329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.05%

R = 47.19%
G = 12.76%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9329D (or 0xB9329D) is known color: Medium Red Violet. HEX triplet: B9, 32 and 9D. RGB value is (185,50,157). Sum of RGB (Red+Green+Blue) = 185+50+157=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9329D is #46CD62. Grayscale: #666666. Windows color (decimal): -4640099 or 10302137. OLE color: 10302137.

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

Color convert

RGB 185 50 157 -
CMYK 0 0.73 0.15 0.27
HSL 312.44º 0.57% 0.46% -
HSV(B) 312.44º 0.73% 0.73% -
XYZ 27.23 15.03 33.36 -
YUV 102.56 158.73 186.8 -
System Red Green Blue C M Y K H S L
Decimal 185 50 157 0 0.73 0.15 0.27 312.44 0.57 0.46
Hex B9 32 9D 0 49 F 1B 138 39 2E
Octal 271 62 235 0 111 17 33 470 71 56
Binary 10111001 110010 10011101 0 1001001 1111 11011 100111000 111001 101110

Color Harmonies of #B9329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9329D

Black with #B9329D

Text Example


Text Example

White with #B9329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9329D; }

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

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

background-color css

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

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

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

border-color css

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

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

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