Html Css Color HEX #B5358E Medium Red Violet

📋 copy color: '#B5358E'

red 181 ◦ green 53 ◦ blue 142

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

Shades of Medium Red Violet #B5358E

Tints of Medium Red Violet #B5358E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.77%

R = 48.14%
G = 14.1%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5358E (or 0xB5358E) is known color: Medium Red Violet. HEX triplet: B5, 35 and 8E. RGB value is (181,53,142). Sum of RGB (Red+Green+Blue) = 181+53+142=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5358E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5358E is #4ACA71. Grayscale: #656565. Windows color (decimal): -4901490 or 9319861. OLE color: 9319861.

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

Color convert

RGB 181 53 142 -
CMYK 0 0.71 0.22 0.29
HSL 318.28º 0.55% 0.46% -
HSV(B) 318.28º 0.71% 0.71% -
XYZ 25.21 14.32 27.03 -
YUV 101.42 150.91 184.76 -
System Red Green Blue C M Y K H S L
Decimal 181 53 142 0 0.71 0.22 0.29 318.28 0.55 0.46
Hex B5 35 8E 0 47 16 1D 13E 37 2E
Octal 265 65 216 0 107 26 35 476 67 56
Binary 10110101 110101 10001110 0 1000111 10110 11101 100111110 110111 101110

Color Harmonies of #B5358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5358E

Black with #B5358E

Text Example


Text Example

White with #B5358E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5358E; }

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

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

background-color css

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

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

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

border-color css

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

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

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