#B57FDE

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

Shades of Biloba Flower #B57FDE

Tints of Biloba Flower #B57FDE

Color information

#B57FDE (or 0xB57FDE) is unknown color: approx Biloba Flower. HEX triplet: B5, 7F and DE. RGB value is (181,127,222). Sum of RGB (Red+Green+Blue) = 181+127+222=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #B57FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57FDE is #4A8021. Grayscale: #999999. Windows color (decimal): -4882466 or 14581685. OLE color: 14581685.

HSL color Cylindrical-coordinate representation of color #B57FDE: hue angle of 274.11º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B57FDE is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181127222-
CMYK0.180.4300.13
HSL274.11º59.01%68.43%-
HSV(B)274.11º42.79%87.06%-
XYZ39.8330.2872.85-
YUV153.98166.39147.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.15%
GREEN value IS 127 (50% from 255) = 23.96%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=34.15%
G=23.96%
B=41.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811272220.180.4300.13274.1159.0168.43
HexB57FDE122B0D1123b44
Octal265177336225301542273104
Binary1011010111111111101111010010101011011011000100101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57FDE; }

 p { color: rgb(181,127,222); }

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

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

 a { background-color: rgb(181,127,222); }

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

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

 span { border-color: rgb(181,127,222); }

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