#B37CF0

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

Shades of Medium Purple #B37CF0

Tints of Medium Purple #B37CF0

Color information

#B37CF0 (or 0xB37CF0) is unknown color: approx Medium Purple. HEX triplet: B3, 7C and F0. RGB value is (179,124,240). Sum of RGB (Red+Green+Blue) = 179+124+240=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #B37CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37CF0 is #4C830F. Grayscale: #999999. Windows color (decimal): -5014288 or 15760563. OLE color: 15760563.

HSL color Cylindrical-coordinate representation of color #B37CF0: hue angle of 268.45º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B37CF0 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB179124240-
CMYK0.250.4800.06
HSL268.45º79.45%71.37%-
HSV(B)268.45º48.33%94.12%-
XYZ41.5330.2986.1-
YUV153.67176.72146.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.97%
GREEN value IS 124 (48.83% from 255) = 22.84%
BLUE value IS 240 (94.14% from 255) = 44.20%
R=32.97%
G=22.84%
B=44.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791242400.250.4800.06268.4579.4571.37
HexB37CF019300610c4f47
Octal263174360316006414117107
Binary1011001111111001111000011001110000011010000110010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37CF0; }

 p { color: rgb(179,124,240); }

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

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

 a { background-color: rgb(179,124,240); }

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

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

 span { border-color: rgb(179,124,240); }

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