#B58BDD

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

Shades of Biloba Flower #B58BDD

Tints of Biloba Flower #B58BDD

Color information

#B58BDD (or 0xB58BDD) is unknown color: approx Biloba Flower. HEX triplet: B5, 8B and DD. RGB value is (181,139,221). Sum of RGB (Red+Green+Blue) = 181+139+221=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #B58BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58BDD is #4A7422. Grayscale: #A0A0A0. Windows color (decimal): -4879395 or 14519221. OLE color: 14519221.

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

Color convert

RGB181139221-
CMYK0.180.3700.13
HSL270.73º54.67%70.59%-
HSV(B)270.73º37.1%86.67%-
XYZ41.3433.5172.7-
YUV160.91161.91142.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.46%
GREEN value IS 139 (54.69% from 255) = 25.69%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=33.46%
G=25.69%
B=40.85%

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
Decimal1811392210.180.3700.13270.7354.6770.59
HexB58BDD12250D10f3747
Octal265213335224501541767107
Binary10110101100010111101110110010100101011011000011111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58BDD; }

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

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

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

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

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

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

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

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