Html Css Color HEX #B5118A Medium Violet Red

📋 copy color: '#B5118A'

red 181 ◦ green 17 ◦ blue 138

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

Shades of Medium Violet Red #B5118A

Tints of Medium Violet Red #B5118A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.07%

R = 53.87%
G = 5.06%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5118A (or 0xB5118A) is known color: Medium Violet Red. HEX triplet: B5, 11 and 8A. RGB value is (181,17,138). Sum of RGB (Red+Green+Blue) = 181+17+138=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B5118A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5118A is #4AEE75. Grayscale: #4F4F4F. Windows color (decimal): -4910710 or 9048501. OLE color: 9048501.

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

Color convert

RGB 181 17 138 -
CMYK 0 0.91 0.24 0.29
HSL 315.73º 0.83% 0.39% -
HSV(B) 315.73º 0.91% 0.71% -
XYZ 23.84 12.06 25.12 -
YUV 79.83 160.83 200.16 -
System Red Green Blue C M Y K H S L
Decimal 181 17 138 0 0.91 0.24 0.29 315.73 0.83 0.39
Hex B5 11 8A 0 5B 18 1D 13C 53 27
Octal 265 21 212 0 133 30 35 474 123 47
Binary 10110101 10001 10001010 0 1011011 11000 11101 100111100 1010011 100111

Color Harmonies of #B5118A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5118A

Black with #B5118A

Text Example


Text Example

White with #B5118A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5118A; }

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

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

background-color css

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

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

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

border-color css

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

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

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