#B37FF8

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

Shades of Medium Purple #B37FF8

Tints of Medium Purple #B37FF8

Color information

#B37FF8 (or 0xB37FF8) is unknown color: approx Medium Purple. HEX triplet: B3, 7F and F8. RGB value is (179,127,248). Sum of RGB (Red+Green+Blue) = 179+127+248=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 248 (97.27% from 255 or 44.77% from 554); Max value from RGB is 248 - color contains mainly: blue. Hex color #B37FF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37FF8 is #4C8007. Grayscale: #9B9B9B. Windows color (decimal): -5013512 or 16285619. OLE color: 16285619.

HSL color Cylindrical-coordinate representation of color #B37FF8: hue angle of 265.79º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B37FF8 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB179127248-
CMYK0.280.4900.03
HSL265.79º89.63%73.53%-
HSV(B)265.79º48.79%97.25%-
XYZ43.1231.5492.62-
YUV156.34179.73144.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.31%
GREEN value IS 127 (50% from 255) = 22.92%
BLUE value IS 248 (97.27% from 255) = 44.77%
R=32.31%
G=22.92%
B=44.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1791272480.280.4900.03265.7989.6373.53
HexB37FF81C310310a5a4a
Octal263177370346103412132112
Binary101100111111111111110001110011000101110000101010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37FF8; }

 p { color: rgb(179,127,248); }

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

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

 a { background-color: rgb(179,127,248); }

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

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

 span { border-color: rgb(179,127,248); }

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