Html Css Color HEX #B0117F Medium Violet Red

📋 copy color: '#B0117F'

red 176 ◦ green 17 ◦ blue 127

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

Shades of Medium Violet Red #B0117F

Tints of Medium Violet Red #B0117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.69%

R = 55%
G = 5.31%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0117F (or 0xB0117F) is known color: Medium Violet Red. HEX triplet: B0, 11 and 7F. RGB value is (176,17,127). Sum of RGB (Red+Green+Blue) = 176+17+127=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B0117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0117F is #4FEE80. Grayscale: #4C4C4C. Windows color (decimal): -5238401 or 8327600. OLE color: 8327600.

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

Color convert

RGB 176 17 127 -
CMYK 0 0.90 0.28 0.31
HSL 318.49º 0.82% 0.38% -
HSV(B) 318.49º 0.9% 0.69% -
XYZ 21.94 11.16 21.08 -
YUV 77.08 156.18 198.56 -
System Red Green Blue C M Y K H S L
Decimal 176 17 127 0 0.90 0.28 0.31 318.49 0.82 0.38
Hex B0 11 7F 0 5A 1C 1F 13E 52 26
Octal 260 21 177 0 132 34 37 476 122 46
Binary 10110000 10001 1111111 0 1011010 11100 11111 100111110 1010010 100110

Color Harmonies of #B0117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0117F

Black with #B0117F

Text Example


Text Example

White with #B0117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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