#B58BDE

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

Shades of Biloba Flower #B58BDE

Tints of Biloba Flower #B58BDE

Color information

#B58BDE (or 0xB58BDE) is unknown color: approx Biloba Flower. HEX triplet: B5, 8B and DE. RGB value is (181,139,222). Sum of RGB (Red+Green+Blue) = 181+139+222=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #B58BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58BDE is #4A7421. Grayscale: #A0A0A0. Windows color (decimal): -4879394 or 14584757. OLE color: 14584757.

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

Color convert

RGB181139222-
CMYK0.180.3700.13
HSL270.36º55.7%70.78%-
HSV(B)270.36º37.39%87.06%-
XYZ41.4733.5673.4-
YUV161.02162.41142.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.39%
GREEN value IS 139 (54.69% from 255) = 25.65%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=33.39%
G=25.65%
B=40.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811392220.180.3700.13270.3655.770.78
HexB58BDE12250D10e3847
Octal265213336224501541670107
Binary10110101100010111101111010010100101011011000011101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58BDE; }

 p { color: rgb(181,139,222); }

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

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

 a { background-color: rgb(181,139,222); }

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

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

 span { border-color: rgb(181,139,222); }

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