#b573fd

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

Shades of Heliotrope #B573FD

Tints of Heliotrope #B573FD

Color information

#B573FD (or 0xB573FD) is unknown color: approx Heliotrope. HEX triplet: B5, 73 and FD. RGB value is (181,115,253). Sum of RGB (Red+Green+Blue) = 181+115+253=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #B573FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B573FD is #4A8C02. Grayscale: #959595. Windows color (decimal): -4885507 or 16610229. OLE color: 16610229.

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

Color convert

RGB181115253-
CMYK0.280.5500.01
HSL268.7º97.18%72.16%-
HSV(B)268.7º54.55%99.22%-
XYZ42.9229.1896.3-
YUV150.47185.87149.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.97%
GREEN value IS 115 (45.31% from 255) = 20.95%
BLUE value IS 253 (99.22% from 255) = 46.08%
R=32.97%
G=20.95%
B=46.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1811152530.280.5500.01268.797.1872.16
HexB573FD1C370110d6148
Octal265163375346701415141110
Binary10110101111001111111101111001101110110000110111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b573fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b573fd; }

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

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

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

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

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

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

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

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