#B58DEE

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

Shades of Biloba Flower #B58DEE

Tints of Biloba Flower #B58DEE

Color information

#B58DEE (or 0xB58DEE) is unknown color: approx Biloba Flower. HEX triplet: B5, 8D and EE. RGB value is (181,141,238). Sum of RGB (Red+Green+Blue) = 181+141+238=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #B58DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58DEE is #4A7211. Grayscale: #A3A3A3. Windows color (decimal): -4878866 or 15633845. OLE color: 15633845.

HSL color Cylindrical-coordinate representation of color #B58DEE: hue angle of 264.74º degrees, saturation: 0.74, 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 #B58DEE is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181141238-
CMYK0.240.4100.07
HSL264.74º74.05%74.31%-
HSV(B)264.74º40.76%93.33%-
XYZ44.0135.0585.33-
YUV164.02169.75140.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.32%
GREEN value IS 141 (55.47% from 255) = 25.18%
BLUE value IS 238 (93.36% from 255) = 42.5%
R=32.32%
G=25.18%
B=42.5%

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
Decimal1811412380.240.4100.07264.7474.0574.31
HexB58DEE1829071094a4a
Octal265215356305107411112112
Binary10110101100011011110111011000101001011110000100110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58DEE; }

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

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

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

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

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

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

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

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