#B56EFC

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

Shades of Heliotrope #B56EFC

Tints of Heliotrope #B56EFC

Color information

#B56EFC (or 0xB56EFC) is unknown color: approx Heliotrope. HEX triplet: B5, 6E and FC. RGB value is (181,110,252). Sum of RGB (Red+Green+Blue) = 181+110+252=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #B56EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56EFC is #4A9103. Grayscale: #929292. Windows color (decimal): -4886788 or 16543413. OLE color: 16543413.

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

Color convert

RGB181110252-
CMYK0.280.5600.01
HSL270º95.95%70.98%-
HSV(B)270º56.35%98.82%-
XYZ42.22895.28-
YUV147.42187.02151.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.33%
GREEN value IS 110 (43.36% from 255) = 20.26%
BLUE value IS 252 (98.83% from 255) = 46.41%
R=33.33%
G=20.26%
B=46.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1811102520.280.5600.0127095.9570.98
HexB56EFC1C380110e6047
Octal265156374347001416140107
Binary10110101110111011111100111001110000110000111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56EFC; }

 p { color: rgb(181,110,252); }

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

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

 a { background-color: rgb(181,110,252); }

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

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

 span { border-color: rgb(181,110,252); }

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