#B585EB

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

Shades of Biloba Flower #B585EB

Tints of Biloba Flower #B585EB

Color information

#B585EB (or 0xB585EB) is unknown color: approx Biloba Flower. HEX triplet: B5, 85 and EB. RGB value is (181,133,235). Sum of RGB (Red+Green+Blue) = 181+133+235=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #B585EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B585EB is #4A7A14. Grayscale: #9E9E9E. Windows color (decimal): -4880917 or 15435189. OLE color: 15435189.

HSL color Cylindrical-coordinate representation of color #B585EB: hue angle of 268.24º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B585EB is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181133235-
CMYK0.230.4300.08
HSL268.24º71.83%72.16%-
HSV(B)268.24º43.4%92.16%-
XYZ42.4432.682.65-
YUV158.98170.9143.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.97%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 235 (92.19% from 255) = 42.81%
R=32.97%
G=24.23%
B=42.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811332350.230.4300.08268.2471.8372.16
HexB585EB172B0810c4848
Octal2652053532753010414110110
Binary101101011000010111101011101111010110100010000110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B585EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B585EB; }

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

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

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

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

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

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

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

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