#B585D8

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

Shades of Biloba Flower #B585D8

Tints of Biloba Flower #B585D8

Color information

#B585D8 (or 0xB585D8) is unknown color: approx Biloba Flower. HEX triplet: B5, 85 and D8. RGB value is (181,133,216). Sum of RGB (Red+Green+Blue) = 181+133+216=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 216 - color contains mainly: blue. Hex color #B585D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B585D8 is #4A7A27. Grayscale: #9C9C9C. Windows color (decimal): -4880936 or 14190005. OLE color: 14190005.

HSL color Cylindrical-coordinate representation of color #B585D8: hue angle of 274.7º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B585D8 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181133216-
CMYK0.160.3800.15
HSL274.7º51.55%68.43%-
HSV(B)274.7º38.43%84.71%-
XYZ39.8431.5668.96-
YUV156.81161.4145.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.15%
GREEN value IS 133 (52.34% from 255) = 25.09%
BLUE value IS 216 (84.77% from 255) = 40.75%
R=34.15%
G=25.09%
B=40.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811332160.160.3800.15274.751.5568.43
HexB585D810260F1133444
Octal265205330204601742364104
Binary10110101100001011101100010000100110011111000100111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B585D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B585D8; }

 p { color: rgb(181,133,216); }

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

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

 a { background-color: rgb(181,133,216); }

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

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

 span { border-color: rgb(181,133,216); }

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