#B585EF

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

Shades of Biloba Flower #B585EF

Tints of Biloba Flower #B585EF

Color information

#B585EF (or 0xB585EF) is unknown color: approx Biloba Flower. HEX triplet: B5, 85 and EF. RGB value is (181,133,239). Sum of RGB (Red+Green+Blue) = 181+133+239=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #B585EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B585EF is #4A7A10. Grayscale: #9F9F9F. Windows color (decimal): -4880913 or 15697333. OLE color: 15697333.

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

Color convert

RGB181133239-
CMYK0.240.4400.06
HSL267.17º76.81%72.94%-
HSV(B)267.17º44.35%93.73%-
XYZ43.0232.8385.73-
YUV159.44172.9143.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.73%
GREEN value IS 133 (52.34% from 255) = 24.05%
BLUE value IS 239 (93.75% from 255) = 43.22%
R=32.73%
G=24.05%
B=43.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1811332390.240.4400.06267.1776.8172.94
HexB585EF182C0610b4d49
Octal265205357305406413115111
Binary10110101100001011110111111000101100011010000101110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B585EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B585EF; }

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

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

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

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

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

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

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

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