#B571FB

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

Shades of Heliotrope #B571FB

Tints of Heliotrope #B571FB

Color information

#B571FB (or 0xB571FB) is unknown color: approx Heliotrope. HEX triplet: B5, 71 and FB. RGB value is (181,113,251). Sum of RGB (Red+Green+Blue) = 181+113+251=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #B571FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B571FB is #4A8E04. Grayscale: #949494. Windows color (decimal): -4886021 or 16478645. OLE color: 16478645.

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

Color convert

RGB181113251-
CMYK0.280.5500.02
HSL269.57º94.52%71.37%-
HSV(B)269.57º54.98%98.43%-
XYZ42.3728.694.55-
YUV149.06185.53150.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.21%
GREEN value IS 113 (44.53% from 255) = 20.73%
BLUE value IS 251 (98.44% from 255) = 46.06%
R=33.21%
G=20.73%
B=46.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811132510.280.5500.02269.5794.5271.37
HexB571FB1C370210e5f47
Octal265161373346702416137107
Binary101101011110001111110111110011011101010000111010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B571FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B571FB; }

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

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

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

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

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

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

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

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