Html Css Color HEX #B5339C Medium Red Violet

📋 copy color: '#B5339C'

red 181 ◦ green 51 ◦ blue 156

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

Shades of Medium Red Violet #B5339C

Tints of Medium Red Violet #B5339C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.21%

R = 46.65%
G = 13.14%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5339C (or 0xB5339C) is known color: Medium Red Violet. HEX triplet: B5, 33 and 9C. RGB value is (181,51,156). Sum of RGB (Red+Green+Blue) = 181+51+156=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5339C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5339C is #4ACC63. Grayscale: #656565. Windows color (decimal): -4901988 or 10236853. OLE color: 10236853.

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

Color convert

RGB 181 51 156 -
CMYK 0 0.72 0.14 0.29
HSL 311.54º 0.56% 0.45% -
HSV(B) 311.54º 0.72% 0.71% -
XYZ 26.24 14.59 32.89 -
YUV 101.84 158.57 184.46 -
System Red Green Blue C M Y K H S L
Decimal 181 51 156 0 0.72 0.14 0.29 311.54 0.56 0.45
Hex B5 33 9C 0 48 E 1D 138 38 2D
Octal 265 63 234 0 110 16 35 470 70 55
Binary 10110101 110011 10011100 0 1001000 1110 11101 100111000 111000 101101

Color Harmonies of #B5339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5339C

Black with #B5339C

Text Example


Text Example

White with #B5339C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5339C; }

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

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

background-color css

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

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

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

border-color css

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

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

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