#B57FFD

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

Shades of Biloba Flower #B57FFD

Tints of Biloba Flower #B57FFD

Color information

#B57FFD (or 0xB57FFD) is unknown color: approx Biloba Flower. HEX triplet: B5, 7F and FD. RGB value is (181,127,253). Sum of RGB (Red+Green+Blue) = 181+127+253=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #B57FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57FFD is #4A8002. Grayscale: #9D9D9D. Windows color (decimal): -4882435 or 16613301. OLE color: 16613301.

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

Color convert

RGB181127253-
CMYK0.280.5000.01
HSL265.71º96.92%74.51%-
HSV(B)265.71º49.8%99.22%-
XYZ44.3832.0996.78-
YUV157.51181.89144.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.26%
GREEN value IS 127 (50% from 255) = 22.64%
BLUE value IS 253 (99.22% from 255) = 45.10%
R=32.26%
G=22.64%
B=45.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1811272530.280.5000.01265.7196.9274.51
HexB57FFD1C320110a614b
Octal265177375346201412141113
Binary10110101111111111111101111001100100110000101011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57FFD; }

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

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

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

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

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

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

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

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