#B575FB

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

Shades of Medium Purple #B575FB

Tints of Medium Purple #B575FB

Color information

#B575FB (or 0xB575FB) is unknown color: approx Medium Purple. HEX triplet: B5, 75 and FB. RGB value is (181,117,251). Sum of RGB (Red+Green+Blue) = 181+117+251=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #B575FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B575FB is #4A8A04. Grayscale: #969696. Windows color (decimal): -4884997 or 16479669. OLE color: 16479669.

HSL color Cylindrical-coordinate representation of color #B575FB: hue angle of 268.66º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B575FB is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181117251-
CMYK0.280.5300.02
HSL268.66º94.37%72.16%-
HSV(B)268.66º53.39%98.43%-
XYZ42.8329.5194.71-
YUV151.41184.2149.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.97%
GREEN value IS 117 (46.09% from 255) = 21.31%
BLUE value IS 251 (98.44% from 255) = 45.72%
R=32.97%
G=21.31%
B=45.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811172510.280.5300.02268.6694.3772.16
HexB575FB1C350210d5e48
Octal265165373346502415136110
Binary101101011110101111110111110011010101010000110110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B575FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B575FB; }

 p { color: rgb(181,117,251); }

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

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

 a { background-color: rgb(181,117,251); }

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

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

 span { border-color: rgb(181,117,251); }

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