#B56BFD

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

Shades of Heliotrope #B56BFD

Tints of Heliotrope #B56BFD

Color information

#B56BFD (or 0xB56BFD) is unknown color: approx Heliotrope. HEX triplet: B5, 6B and FD. RGB value is (181,107,253). Sum of RGB (Red+Green+Blue) = 181+107+253=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 107 (42.19% from 255 or 19.78% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #B56BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56BFD is #4A9402. Grayscale: #919191. Windows color (decimal): -4887555 or 16608181. OLE color: 16608181.

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

Color convert

RGB181107253-
CMYK0.280.5800.01
HSL270.41º97.33%70.59%-
HSV(B)270.41º57.71%99.22%-
XYZ42.0427.4396.01-
YUV145.77188.52153.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.46%
GREEN value IS 107 (42.19% from 255) = 19.78%
BLUE value IS 253 (99.22% from 255) = 46.77%
R=33.46%
G=19.78%
B=46.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1811072530.280.5800.01270.4197.3370.59
HexB56BFD1C3A0110e6147
Octal265153375347201416141107
Binary10110101110101111111101111001110100110000111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56BFD; }

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

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

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

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

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

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

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

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