Html Css Color HEX #B5359C Medium Red Violet

📋 copy color: '#B5359C'

red 181 ◦ green 53 ◦ blue 156

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

Shades of Medium Red Violet #B5359C

Tints of Medium Red Violet #B5359C

RGB

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

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

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

R = 46.41%
G = 13.59%
B = 40%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5359C (or 0xB5359C) is known color: Medium Red Violet. HEX triplet: B5, 35 and 9C. RGB value is (181,53,156). Sum of RGB (Red+Green+Blue) = 181+53+156=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5359C is #4ACA63. Grayscale: #666666. Windows color (decimal): -4901476 or 10237365. OLE color: 10237365.

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

Color convert

RGB 181 53 156 -
CMYK 0 0.71 0.14 0.29
HSL 311.72º 0.55% 0.46% -
HSV(B) 311.72º 0.71% 0.71% -
XYZ 26.33 14.77 32.92 -
YUV 103.01 157.91 183.62 -
System Red Green Blue C M Y K H S L
Decimal 181 53 156 0 0.71 0.14 0.29 311.72 0.55 0.46
Hex B5 35 9C 0 47 E 1D 138 37 2E
Octal 265 65 234 0 107 16 35 470 67 56
Binary 10110101 110101 10011100 0 1000111 1110 11101 100111000 110111 101110

Color Harmonies of #B5359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5359C

Black with #B5359C

Text Example


Text Example

White with #B5359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5359C; }

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

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

background-color css

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

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

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

border-color css

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

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

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