Html Css Color HEX #B0118F Medium Violet Red

📋 copy color: '#B0118F'

red 176 ◦ green 17 ◦ blue 143

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

Shades of Medium Violet Red #B0118F

Tints of Medium Violet Red #B0118F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.56%

R = 52.38%
G = 5.06%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0118F (or 0xB0118F) is known color: Medium Violet Red. HEX triplet: B0, 11 and 8F. RGB value is (176,17,143). Sum of RGB (Red+Green+Blue) = 176+17+143=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0118F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0118F is #4FEE70. Grayscale: #4E4E4E. Windows color (decimal): -5238385 or 9376176. OLE color: 9376176.

HSL color Cylindrical-coordinate representation of color #B0118F: hue angle of 312.45º 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 #B0118F is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 17 143 -
CMYK 0 0.90 0.19 0.31
HSL 312.45º 0.82% 0.38% -
HSV(B) 312.45º 0.9% 0.69% -
XYZ 23.06 11.61 27.01 -
YUV 78.91 164.18 197.25 -
System Red Green Blue C M Y K H S L
Decimal 176 17 143 0 0.90 0.19 0.31 312.45 0.82 0.38
Hex B0 11 8F 0 5A 13 1F 138 52 26
Octal 260 21 217 0 132 23 37 470 122 46
Binary 10110000 10001 10001111 0 1011010 10011 11111 100111000 1010010 100110

Color Harmonies of #B0118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0118F

Black with #B0118F

Text Example


Text Example

White with #B0118F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0118F; }

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

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

background-color css

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

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

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

border-color css

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

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

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