Html Css Color HEX #B5359D Medium Red Violet

📋 copy color: '#B5359D'

red 181 ◦ green 53 ◦ blue 157

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

Shades of Medium Red Violet #B5359D

Tints of Medium Red Violet #B5359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.55%

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

R = 46.29%
G = 13.55%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5359D (or 0xB5359D) is known color: Medium Red Violet. HEX triplet: B5, 35 and 9D. RGB value is (181,53,157). Sum of RGB (Red+Green+Blue) = 181+53+157=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5359D is #4ACA62. Grayscale: #666666. Windows color (decimal): -4901475 or 10302901. OLE color: 10302901.

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

Color convert

RGB 181 53 157 -
CMYK 0 0.71 0.13 0.29
HSL 311.25º 0.55% 0.46% -
HSV(B) 311.25º 0.71% 0.71% -
XYZ 26.41 14.8 33.36 -
YUV 103.13 158.41 183.54 -
System Red Green Blue C M Y K H S L
Decimal 181 53 157 0 0.71 0.13 0.29 311.25 0.55 0.46
Hex B5 35 9D 0 47 D 1D 137 37 2E
Octal 265 65 235 0 107 15 35 467 67 56
Binary 10110101 110101 10011101 0 1000111 1101 11101 100110111 110111 101110

Color Harmonies of #B5359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5359D

Black with #B5359D

Text Example


Text Example

White with #B5359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5359D; }

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

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

background-color css

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

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

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

border-color css

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

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

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