#B58DE3

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

Shades of Biloba Flower #B58DE3

Tints of Biloba Flower #B58DE3

Color information

#B58DE3 (or 0xB58DE3) is unknown color: approx Biloba Flower. HEX triplet: B5, 8D and E3. RGB value is (181,141,227). Sum of RGB (Red+Green+Blue) = 181+141+227=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 227 (89.06% from 255 or 41.35% from 549); Max value from RGB is 227 - color contains mainly: blue. Hex color #B58DE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DE3 is #4A721C. Grayscale: #A2A2A2. Windows color (decimal): -4878877 or 14912949. OLE color: 14912949.

HSL color Cylindrical-coordinate representation of color #B58DE3: hue angle of 267.91º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B58DE3 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB181141227-
CMYK0.200.3800.11
HSL267.91º60.56%72.16%-
HSV(B)267.91º37.89%89.02%-
XYZ42.4534.4277.08-
YUV162.76164.25141.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.97%
GREEN value IS 141 (55.47% from 255) = 25.68%
BLUE value IS 227 (89.06% from 255) = 41.35%
R=32.97%
G=25.68%
B=41.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1811412270.200.3800.11267.9160.5672.16
HexB58DE314260B10c3d48
Octal265215343244601341475110
Binary10110101100011011110001110100100110010111000011001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58DE3; }

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

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

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

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

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

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

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

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