Html Css Color HEX #B5328C Medium Red Violet

📋 copy color: '#B5328C'

red 181 ◦ green 50 ◦ blue 140

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

Shades of Medium Red Violet #B5328C

Tints of Medium Red Violet #B5328C

RGB

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

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

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

R = 48.79%
G = 13.48%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5328C (or 0xB5328C) is known color: Medium Red Violet. HEX triplet: B5, 32 and 8C. RGB value is (181,50,140). Sum of RGB (Red+Green+Blue) = 181+50+140=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5328C is #4ACD73. Grayscale: #636363. Windows color (decimal): -4902260 or 9188021. OLE color: 9188021.

HSL color Cylindrical-coordinate representation of color #B5328C: hue angle of 318.78º 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 #B5328C is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 50 140 -
CMYK 0 0.72 0.23 0.29
HSL 318.78º 0.57% 0.45% -
HSV(B) 318.78º 0.72% 0.71% -
XYZ 24.93 14 26.2 -
YUV 99.43 150.9 186.18 -
System Red Green Blue C M Y K H S L
Decimal 181 50 140 0 0.72 0.23 0.29 318.78 0.57 0.45
Hex B5 32 8C 0 48 17 1D 13F 39 2D
Octal 265 62 214 0 110 27 35 477 71 55
Binary 10110101 110010 10001100 0 1001000 10111 11101 100111111 111001 101101

Color Harmonies of #B5328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5328C

Black with #B5328C

Text Example


Text Example

White with #B5328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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