#B58DD5

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

Shades of Biloba Flower #B58DD5

Tints of Biloba Flower #B58DD5

Color information

#B58DD5 (or 0xB58DD5) is unknown color: approx Biloba Flower. HEX triplet: B5, 8D and D5. RGB value is (181,141,213). Sum of RGB (Red+Green+Blue) = 181+141+213=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #B58DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DD5 is #4A722A. Grayscale: #A0A0A0. Windows color (decimal): -4878891 or 13995445. OLE color: 13995445.

HSL color Cylindrical-coordinate representation of color #B58DD5: hue angle of 273.33º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B58DD5 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181141213-
CMYK0.150.3400.16
HSL273.33º46.15%69.41%-
HSV(B)273.33º33.8%83.53%-
XYZ40.5933.6867.31-
YUV161.17157.25142.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.83%
GREEN value IS 141 (55.47% from 255) = 26.36%
BLUE value IS 213 (83.59% from 255) = 39.81%
R=33.83%
G=26.36%
B=39.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811412130.150.3400.16273.3346.1569.41
HexB58DD5F220101112e45
Octal265215325174202042156105
Binary10110101100011011101010111111000100100001000100011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58DD5; }

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

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

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

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

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

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

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

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