Html Css Color HEX #B5118B Medium Violet Red

📋 copy color: '#B5118B'

red 181 ◦ green 17 ◦ blue 139

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

Shades of Medium Violet Red #B5118B

Tints of Medium Violet Red #B5118B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.04%

 BLUE value IS 139 (54.69% from 255) = 41.25%

R = 53.71%
G = 5.04%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5118B (or 0xB5118B) is known color: Medium Violet Red. HEX triplet: B5, 11 and 8B. RGB value is (181,17,139). Sum of RGB (Red+Green+Blue) = 181+17+139=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B5118B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5118B is #4AEE74. Grayscale: #4F4F4F. Windows color (decimal): -4910709 or 9114037. OLE color: 9114037.

HSL color Cylindrical-coordinate representation of color #B5118B: hue angle of 315.37º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5118B is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 17 139 -
CMYK 0 0.91 0.23 0.29
HSL 315.37º 0.83% 0.39% -
HSV(B) 315.37º 0.91% 0.71% -
XYZ 23.92 12.09 25.5 -
YUV 79.94 161.33 200.08 -
System Red Green Blue C M Y K H S L
Decimal 181 17 139 0 0.91 0.23 0.29 315.37 0.83 0.39
Hex B5 11 8B 0 5B 17 1D 13B 53 27
Octal 265 21 213 0 133 27 35 473 123 47
Binary 10110101 10001 10001011 0 1011011 10111 11101 100111011 1010011 100111

Color Harmonies of #B5118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5118B

Black with #B5118B

Text Example


Text Example

White with #B5118B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5118B; }

 p { color: rgb(181,17,139); }

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

background-color css

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

 a { background-color: rgb(181,17,139); }

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

border-color css

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

 span { border-color: rgb(181,17,139); }

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