#B585DD

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

Shades of Biloba Flower #B585DD

Tints of Biloba Flower #B585DD

Color information

#B585DD (or 0xB585DD) is unknown color: approx Biloba Flower. HEX triplet: B5, 85 and DD. RGB value is (181,133,221). Sum of RGB (Red+Green+Blue) = 181+133+221=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #B585DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B585DD is #4A7A22. Grayscale: #9D9D9D. Windows color (decimal): -4880931 or 14517685. OLE color: 14517685.

HSL color Cylindrical-coordinate representation of color #B585DD: hue angle of 272.73º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B585DD is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181133221-
CMYK0.180.4000.13
HSL272.73º56.41%69.41%-
HSV(B)272.73º39.82%86.67%-
XYZ40.4931.8272.41-
YUV157.38163.9144.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.83%
GREEN value IS 133 (52.34% from 255) = 24.86%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=33.83%
G=24.86%
B=41.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811332210.180.4000.13272.7356.4169.41
HexB585DD12280D1113845
Octal265205335225001542170105
Binary10110101100001011101110110010101000011011000100011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B585DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B585DD; }

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

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

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

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

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

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

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

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