#B58DDD

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

Shades of Biloba Flower #B58DDD

Tints of Biloba Flower #B58DDD

Color information

#B58DDD (or 0xB58DDD) is unknown color: approx Biloba Flower. HEX triplet: B5, 8D and DD. RGB value is (181,141,221). Sum of RGB (Red+Green+Blue) = 181+141+221=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #B58DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DDD is #4A7222. Grayscale: #A1A1A1. Windows color (decimal): -4878883 or 14519733. OLE color: 14519733.

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

Color convert

RGB181141221-
CMYK0.180.3600.13
HSL270º54.05%70.98%-
HSV(B)270º36.2%86.67%-
XYZ41.6334.0972.79-
YUV162.08161.25141.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.33%
GREEN value IS 141 (55.47% from 255) = 25.97%
BLUE value IS 221 (86.72% from 255) = 40.70%
R=33.33%
G=25.97%
B=40.70%

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
Decimal1811412210.180.3600.1327054.0570.98
HexB58DDD12240D10e3647
Octal265215335224401541666107
Binary10110101100011011101110110010100100011011000011101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58DDD; }

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

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

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

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

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

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

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

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