#B57DDD

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

Shades of Biloba Flower #B57DDD

Tints of Biloba Flower #B57DDD

Color information

#B57DDD (or 0xB57DDD) is unknown color: approx Biloba Flower. HEX triplet: B5, 7D and DD. RGB value is (181,125,221). Sum of RGB (Red+Green+Blue) = 181+125+221=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #B57DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57DDD is #4A8222. Grayscale: #989898. Windows color (decimal): -4882979 or 14515637. OLE color: 14515637.

HSL color Cylindrical-coordinate representation of color #B57DDD: hue angle of 275º 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 #B57DDD is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181125221-
CMYK0.180.4300.13
HSL275º58.54%67.84%-
HSV(B)275º43.44%86.67%-
XYZ39.4429.7172.06-
YUV152.69166.55148.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.35%
GREEN value IS 125 (49.22% from 255) = 23.72%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=34.35%
G=23.72%
B=41.94%

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
Decimal1811252210.180.4300.1327558.5467.84
HexB57DDD122B0D1133b44
Octal265175335225301542373104
Binary1011010111111011101110110010101011011011000100111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57DDD; }

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

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

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

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

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

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

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

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