Html Css Color HEX #B5328B Medium Red Violet

📋 copy color: '#B5328B'

red 181 ◦ green 50 ◦ blue 139

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

Shades of Medium Red Violet #B5328B

Tints of Medium Red Violet #B5328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.57%

R = 48.92%
G = 13.51%
B = 37.57%

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

#B5328B (or 0xB5328B) is known color: Medium Red Violet. HEX triplet: B5, 32 and 8B. RGB value is (181,50,139). Sum of RGB (Red+Green+Blue) = 181+50+139=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5328B is #4ACD74. Grayscale: #636363. Windows color (decimal): -4902261 or 9122485. OLE color: 9122485.

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

Color convert

RGB 181 50 139 -
CMYK 0 0.72 0.23 0.29
HSL 319.24º 0.57% 0.45% -
HSV(B) 319.24º 0.72% 0.71% -
XYZ 24.86 13.97 25.81 -
YUV 99.32 150.4 186.26 -
System Red Green Blue C M Y K H S L
Decimal 181 50 139 0 0.72 0.23 0.29 319.24 0.57 0.45
Hex B5 32 8B 0 48 17 1D 13F 39 2D
Octal 265 62 213 0 110 27 35 477 71 55
Binary 10110101 110010 10001011 0 1001000 10111 11101 100111111 111001 101101

Color Harmonies of #B5328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5328B

Black with #B5328B

Text Example


Text Example

White with #B5328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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