#B575FE

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

Shades of Heliotrope #B575FE

Tints of Heliotrope #B575FE

Color information

#B575FE (or 0xB575FE) is unknown color: approx Heliotrope. HEX triplet: B5, 75 and FE. RGB value is (181,117,254). Sum of RGB (Red+Green+Blue) = 181+117+254=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #B575FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B575FE is #4A8A01. Grayscale: #979797. Windows color (decimal): -4884994 or 16676277. OLE color: 16676277.

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

Color convert

RGB181117254-
CMYK0.290.5400.00
HSL268.03º98.56%72.75%-
HSV(B)268.03º53.94%99.61%-
XYZ43.3129.797.22-
YUV151.75185.7148.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.79%
GREEN value IS 117 (46.09% from 255) = 21.20%
BLUE value IS 254 (99.61% from 255) = 46.01%
R=32.79%
G=21.20%
B=46.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1811172540.290.5400.00268.0398.5672.75
HexB575FE1D360010c6349
Octal265165376356600414143111
Binary10110101111010111111110111011101100010000110011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B575FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B575FE; }

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

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

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

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

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

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

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

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