#B58DD7

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

Shades of Biloba Flower #B58DD7

Tints of Biloba Flower #B58DD7

Color information

#B58DD7 (or 0xB58DD7) is unknown color: approx Biloba Flower. HEX triplet: B5, 8D and D7. RGB value is (181,141,215). Sum of RGB (Red+Green+Blue) = 181+141+215=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 215 - color contains mainly: blue. Hex color #B58DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DD7 is #4A7228. Grayscale: #A1A1A1. Windows color (decimal): -4878889 or 14126517. OLE color: 14126517.

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

Color convert

RGB181141215-
CMYK0.160.3400.16
HSL272.43º48.05%69.8%-
HSV(B)272.43º34.42%84.31%-
XYZ40.8533.7868.66-
YUV161.4158.25141.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.71%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 215 (84.38% from 255) = 40.04%
R=33.71%
G=26.26%
B=40.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811412150.160.3400.16272.4348.0569.8
HexB58DD710220101103046
Octal265215327204202042060106
Binary101101011000110111010111100001000100100001000100001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58DD7; }

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

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

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

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

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

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

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

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