Html Css Color HEX #B0118B Medium Violet Red

📋 copy color: '#B0118B'

red 176 ◦ green 17 ◦ blue 139

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

Shades of Medium Violet Red #B0118B

Tints of Medium Violet Red #B0118B

RGB

 RED value IS 176 (69.14% from 255) = 53.01%

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

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

R = 53.01%
G = 5.12%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0118B (or 0xB0118B) is known color: Medium Violet Red. HEX triplet: B0, 11 and 8B. RGB value is (176,17,139). Sum of RGB (Red+Green+Blue) = 176+17+139=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B0118B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0118B is #4FEE74. Grayscale: #4E4E4E. Windows color (decimal): -5238389 or 9114032. OLE color: 9114032.

HSL color Cylindrical-coordinate representation of color #B0118B: hue angle of 313.96º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0118B is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 17 139 -
CMYK 0 0.90 0.21 0.31
HSL 313.96º 0.82% 0.38% -
HSV(B) 313.96º 0.9% 0.69% -
XYZ 22.77 11.5 25.45 -
YUV 78.45 162.18 197.58 -
System Red Green Blue C M Y K H S L
Decimal 176 17 139 0 0.90 0.21 0.31 313.96 0.82 0.38
Hex B0 11 8B 0 5A 15 1F 13A 52 26
Octal 260 21 213 0 132 25 37 472 122 46
Binary 10110000 10001 10001011 0 1011010 10101 11111 100111010 1010010 100110

Color Harmonies of #B0118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0118B

Black with #B0118B

Text Example


Text Example

White with #B0118B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0118B; }

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

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

background-color css

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

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

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

border-color css

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

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

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