#B58DDC

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

Shades of Biloba Flower #B58DDC

Tints of Biloba Flower #B58DDC

Color information

#B58DDC (or 0xB58DDC) is unknown color: approx Biloba Flower. HEX triplet: B5, 8D and DC. RGB value is (181,141,220). Sum of RGB (Red+Green+Blue) = 181+141+220=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #B58DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DDC is #4A7223. Grayscale: #A1A1A1. Windows color (decimal): -4878884 or 14454197. OLE color: 14454197.

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

Color convert

RGB181141220-
CMYK0.180.3600.14
HSL270.38º53.02%70.78%-
HSV(B)270.38º35.91%86.27%-
XYZ41.534.0472.09-
YUV161.97160.75141.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.39%
GREEN value IS 141 (55.47% from 255) = 26.01%
BLUE value IS 220 (86.33% from 255) = 40.59%
R=33.39%
G=26.01%
B=40.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811412200.180.3600.14270.3853.0270.78
HexB58DDC12240E10e3547
Octal265215334224401641665107
Binary10110101100011011101110010010100100011101000011101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58DDC; }

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

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

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

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

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

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

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

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