#B371FB

Color #B371FB Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #B371FB

Tints of Medium Purple #B371FB

Color information

#B371FB (or 0xB371FB) is unknown color: approx Medium Purple. HEX triplet: B3, 71 and FB. RGB value is (179,113,251). Sum of RGB (Red+Green+Blue) = 179+113+251=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 113 (44.53% from 255 or 20.81% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #B371FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B371FB is #4C8E04. Grayscale: #939393. Windows color (decimal): -5017093 or 16478643. OLE color: 16478643.

HSL color Cylindrical-coordinate representation of color #B371FB: hue angle of 268.7º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B371FB is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179113251-
CMYK0.290.5500.02
HSL268.7º94.52%71.37%-
HSV(B)268.7º54.98%98.43%-
XYZ41.9128.3694.53-
YUV148.47185.87149.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.97%
GREEN value IS 113 (44.53% from 255) = 20.81%
BLUE value IS 251 (98.44% from 255) = 46.22%
R=32.97%
G=20.81%
B=46.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791132510.290.5500.02268.794.5271.37
HexB371FB1D370210d5f47
Octal263161373356702415137107
Binary101100111110001111110111110111011101010000110110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B371FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B371FB; }

 p { color: rgb(179,113,251); }

 H1.HeaderClassName
 {
   color: #B371FB;
 }
 .AnyTagClassName
 {
   color: #B371FB;
 }
</style>
background-color css

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

 a { background-color: rgb(179,113,251); }

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

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

 span { border-color: rgb(179,113,251); }

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