#B57DED

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

Shades of Biloba Flower #B57DED

Tints of Biloba Flower #B57DED

Color information

#B57DED (or 0xB57DED) is unknown color: approx Biloba Flower. HEX triplet: B5, 7D and ED. RGB value is (181,125,237). Sum of RGB (Red+Green+Blue) = 181+125+237=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #B57DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57DED is #4A8212. Grayscale: #9A9A9A. Windows color (decimal): -4882963 or 15564213. OLE color: 15564213.

HSL color Cylindrical-coordinate representation of color #B57DED: hue angle of 270º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B57DED is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181125237-
CMYK0.240.4700.07
HSL270º75.68%70.98%-
HSV(B)270º47.26%92.94%-
XYZ41.6830.6183.83-
YUV154.51174.55146.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.33%
GREEN value IS 125 (49.22% from 255) = 23.02%
BLUE value IS 237 (92.97% from 255) = 43.65%
R=33.33%
G=23.02%
B=43.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811252370.240.4700.0727075.6870.98
HexB57DED182F0710e4c47
Octal265175355305707416114107
Binary1011010111111011110110111000101111011110000111010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57DED; }

 p { color: rgb(181,125,237); }

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

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

 a { background-color: rgb(181,125,237); }

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

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

 span { border-color: rgb(181,125,237); }

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