Html Css Color HEX #B5329D Medium Red Violet

📋 copy color: '#B5329D'

red 181 ◦ green 50 ◦ blue 157

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

Shades of Medium Red Violet #B5329D

Tints of Medium Red Violet #B5329D

RGB

 RED value IS 181 (71.09% from 255) = 46.65%

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

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

R = 46.65%
G = 12.89%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5329D (or 0xB5329D) is known color: Medium Red Violet. HEX triplet: B5, 32 and 9D. RGB value is (181,50,157). Sum of RGB (Red+Green+Blue) = 181+50+157=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5329D is #4ACD62. Grayscale: #656565. Windows color (decimal): -4902243 or 10302133. OLE color: 10302133.

HSL color Cylindrical-coordinate representation of color #B5329D: hue angle of 310.99º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5329D is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 50 157 -
CMYK 0 0.72 0.13 0.29
HSL 310.99º 0.57% 0.45% -
HSV(B) 310.99º 0.72% 0.71% -
XYZ 26.28 14.54 33.32 -
YUV 101.37 159.4 184.8 -
System Red Green Blue C M Y K H S L
Decimal 181 50 157 0 0.72 0.13 0.29 310.99 0.57 0.45
Hex B5 32 9D 0 48 D 1D 137 39 2D
Octal 265 62 235 0 110 15 35 467 71 55
Binary 10110101 110010 10011101 0 1001000 1101 11101 100110111 111001 101101

Color Harmonies of #B5329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5329D

Black with #B5329D

Text Example


Text Example

White with #B5329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5329D; }

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

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

background-color css

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

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

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

border-color css

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

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

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