#B585ED

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

Shades of Biloba Flower #B585ED

Tints of Biloba Flower #B585ED

Color information

#B585ED (or 0xB585ED) is unknown color: approx Biloba Flower. HEX triplet: B5, 85 and ED. RGB value is (181,133,237). Sum of RGB (Red+Green+Blue) = 181+133+237=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #B585ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B585ED is #4A7A12. Grayscale: #9E9E9E. Windows color (decimal): -4880915 or 15566261. OLE color: 15566261.

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

Color convert

RGB181133237-
CMYK0.240.4400.07
HSL267.69º74.29%72.55%-
HSV(B)267.69º43.88%92.94%-
XYZ42.7332.7184.18-
YUV159.21171.9143.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.85%
GREEN value IS 133 (52.34% from 255) = 24.14%
BLUE value IS 237 (92.97% from 255) = 43.01%
R=32.85%
G=24.14%
B=43.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811332370.240.4400.07267.6974.2972.55
HexB585ED182C0710c4a49
Octal265205355305407414112111
Binary10110101100001011110110111000101100011110000110010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B585ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B585ED; }

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

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

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

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

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

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

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

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