#B58BED

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

Shades of Biloba Flower #B58BED

Tints of Biloba Flower #B58BED

Color information

#B58BED (or 0xB58BED) is unknown color: approx Biloba Flower. HEX triplet: B5, 8B and ED. RGB value is (181,139,237). Sum of RGB (Red+Green+Blue) = 181+139+237=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #B58BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58BED is #4A7412. Grayscale: #A2A2A2. Windows color (decimal): -4879379 or 15567797. OLE color: 15567797.

HSL color Cylindrical-coordinate representation of color #B58BED: hue angle of 265.71º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B58BED is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181139237-
CMYK0.240.4100.07
HSL265.71º73.13%73.73%-
HSV(B)265.71º41.35%92.94%-
XYZ43.5734.484.46-
YUV162.73169.91141.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.50%
GREEN value IS 139 (54.69% from 255) = 24.96%
BLUE value IS 237 (92.97% from 255) = 42.55%
R=32.50%
G=24.96%
B=42.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811392370.240.4100.07265.7173.1373.73
HexB58BED18290710a494a
Octal265213355305107412111112
Binary10110101100010111110110111000101001011110000101010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58BED; }

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

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

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

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

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

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

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

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