Html Css Color HEX #B5339D Medium Red Violet

📋 copy color: '#B5339D'

red 181 ◦ green 51 ◦ blue 157

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

Shades of Medium Red Violet #B5339D

Tints of Medium Red Violet #B5339D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.11%

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

R = 46.53%
G = 13.11%
B = 40.36%

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

#B5339D (or 0xB5339D) is known color: Medium Red Violet. HEX triplet: B5, 33 and 9D. RGB value is (181,51,157). Sum of RGB (Red+Green+Blue) = 181+51+157=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B5339D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5339D is #4ACC62. Grayscale: #656565. Windows color (decimal): -4901987 or 10302389. OLE color: 10302389.

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

Color convert

RGB 181 51 157 -
CMYK 0 0.72 0.13 0.29
HSL 311.08º 0.56% 0.45% -
HSV(B) 311.08º 0.72% 0.71% -
XYZ 26.33 14.63 33.33 -
YUV 101.95 159.07 184.38 -
System Red Green Blue C M Y K H S L
Decimal 181 51 157 0 0.72 0.13 0.29 311.08 0.56 0.45
Hex B5 33 9D 0 48 D 1D 137 38 2D
Octal 265 63 235 0 110 15 35 467 70 55
Binary 10110101 110011 10011101 0 1001000 1101 11101 100110111 111000 101101

Color Harmonies of #B5339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5339D

Black with #B5339D

Text Example


Text Example

White with #B5339D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5339D; }

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

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

background-color css

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

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

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

border-color css

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

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

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