Html Css Color HEX #B0329E Medium Red Violet

📋 copy color: '#B0329E'

red 176 ◦ green 50 ◦ blue 158

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

Shades of Medium Red Violet #B0329E

Tints of Medium Red Violet #B0329E

RGB

 RED value IS 176 (69.14% from 255) = 45.83%

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

 BLUE value IS 158 (62.11% from 255) = 41.15%

R = 45.83%
G = 13.02%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0329E (or 0xB0329E) is known color: Medium Red Violet. HEX triplet: B0, 32 and 9E. RGB value is (176,50,158). Sum of RGB (Red+Green+Blue) = 176+50+158=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0329E is #4FCD61. Grayscale: #636363. Windows color (decimal): -5229922 or 10367664. OLE color: 10367664.

HSL color Cylindrical-coordinate representation of color #B0329E: hue angle of 308.57º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0329E is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 50 158 -
CMYK 0 0.72 0.10 0.31
HSL 308.57º 0.56% 0.44% -
HSV(B) 308.57º 0.72% 0.69% -
XYZ 25.22 13.98 33.72 -
YUV 99.99 160.74 182.22 -
System Red Green Blue C M Y K H S L
Decimal 176 50 158 0 0.72 0.10 0.31 308.57 0.56 0.44
Hex B0 32 9E 0 48 A 1F 135 38 2C
Octal 260 62 236 0 110 12 37 465 70 54
Binary 10110000 110010 10011110 0 1001000 1010 11111 100110101 111000 101100

Color Harmonies of #B0329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0329E

Black with #B0329E

Text Example


Text Example

White with #B0329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0329E; }

 p { color: rgb(176,50,158); }

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

background-color css

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

 a { background-color: rgb(176,50,158); }

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

border-color css

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

 span { border-color: rgb(176,50,158); }

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