#B575FD

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

Shades of Heliotrope #B575FD

Tints of Heliotrope #B575FD

Color information

#B575FD (or 0xB575FD) is unknown color: approx Heliotrope. HEX triplet: B5, 75 and FD. RGB value is (181,117,253). Sum of RGB (Red+Green+Blue) = 181+117+253=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #B575FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B575FD is #4A8A02. Grayscale: #979797. Windows color (decimal): -4884995 or 16610741. OLE color: 16610741.

HSL color Cylindrical-coordinate representation of color #B575FD: hue angle of 268.24º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B575FD is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB181117253-
CMYK0.280.5400.01
HSL268.24º97.14%72.55%-
HSV(B)268.24º53.75%99.22%-
XYZ43.1529.6496.38-
YUV151.64185.2148.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.85%
GREEN value IS 117 (46.09% from 255) = 21.23%
BLUE value IS 253 (99.22% from 255) = 45.92%
R=32.85%
G=21.23%
B=45.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1811172530.280.5400.01268.2497.1472.55
HexB575FD1C360110c6149
Octal265165375346601414141111
Binary10110101111010111111101111001101100110000110011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B575FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B575FD; }

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

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

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

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

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

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

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

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