#B56FFF

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

Shades of Heliotrope #B56FFF

Tints of Heliotrope #B56FFF

Color information

#B56FFF (or 0xB56FFF) is unknown color: approx Heliotrope. HEX triplet: B5, 6F and FF. RGB value is (181,111,255). Sum of RGB (Red+Green+Blue) = 181+111+255=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #B56FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56FFF is #4A9000. Grayscale: #939393. Windows color (decimal): -4886529 or 16740277. OLE color: 16740277.

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

Color convert

RGB181111255-
CMYK0.290.5600
HSL269.17º100%71.76%-
HSV(B)269.17º56.47%100%-
XYZ42.7928.4197.84-
YUV148.35188.19151.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.09%
GREEN value IS 111 (43.75% from 255) = 20.29%
BLUE value IS 255 (100% from 255) = 46.62%
R=33.09%
G=20.29%
B=46.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811112550.290.5600269.1710071.76
HexB56FFF1D380010d6448
Octal265157377357000415144110
Binary10110101110111111111111111011110000010000110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56FFF; }

 p { color: rgb(181,111,255); }

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

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

 a { background-color: rgb(181,111,255); }

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

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

 span { border-color: rgb(181,111,255); }

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