#B58CDD

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

Shades of Biloba Flower #B58CDD

Tints of Biloba Flower #B58CDD

Color information

#B58CDD (or 0xB58CDD) is unknown color: approx Biloba Flower. HEX triplet: B5, 8C and DD. RGB value is (181,140,221). Sum of RGB (Red+Green+Blue) = 181+140+221=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #B58CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58CDD is #4A7322. Grayscale: #A1A1A1. Windows color (decimal): -4879139 or 14519477. OLE color: 14519477.

HSL color Cylindrical-coordinate representation of color #B58CDD: hue angle of 270.37º degrees, saturation: 0.54, 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 #B58CDD is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181140221-
CMYK0.180.3700.13
HSL270.37º54.36%70.78%-
HSV(B)270.37º36.65%86.67%-
XYZ41.4933.872.74-
YUV161.49161.58141.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.39%
GREEN value IS 140 (55.08% from 255) = 25.83%
BLUE value IS 221 (86.72% from 255) = 40.77%
R=33.39%
G=25.83%
B=40.77%

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
Decimal1811402210.180.3700.13270.3754.3670.78
HexB58CDD12250D10e3647
Octal265214335224501541666107
Binary10110101100011001101110110010100101011011000011101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58CDD; }

 p { color: rgb(181,140,221); }

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

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

 a { background-color: rgb(181,140,221); }

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

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

 span { border-color: rgb(181,140,221); }

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