#B58DDE

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

Shades of Biloba Flower #B58DDE

Tints of Biloba Flower #B58DDE

Color information

#B58DDE (or 0xB58DDE) is unknown color: approx Biloba Flower. HEX triplet: B5, 8D and DE. RGB value is (181,141,222). Sum of RGB (Red+Green+Blue) = 181+141+222=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #B58DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DDE is #4A7221. Grayscale: #A1A1A1. Windows color (decimal): -4878882 or 14585269. OLE color: 14585269.

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

Color convert

RGB181141222-
CMYK0.180.3600.13
HSL269.63º55.1%71.18%-
HSV(B)269.63º36.49%87.06%-
XYZ41.7734.1573.5-
YUV162.19161.75141.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.27%
GREEN value IS 141 (55.47% from 255) = 25.92%
BLUE value IS 222 (87.11% from 255) = 40.81%
R=33.27%
G=25.92%
B=40.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811412220.180.3600.13269.6355.171.18
HexB58DDE12240D10e3747
Octal265215336224401541667107
Binary10110101100011011101111010010100100011011000011101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58DDE; }

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

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

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

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

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

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

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

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