#B58DEF

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

Shades of Biloba Flower #B58DEF

Tints of Biloba Flower #B58DEF

Color information

#B58DEF (or 0xB58DEF) is unknown color: approx Biloba Flower. HEX triplet: B5, 8D and EF. RGB value is (181,141,239). Sum of RGB (Red+Green+Blue) = 181+141+239=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #B58DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58DEF is #4A7210. Grayscale: #A3A3A3. Windows color (decimal): -4878865 or 15699381. OLE color: 15699381.

HSL color Cylindrical-coordinate representation of color #B58DEF: hue angle of 264.49º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B58DEF is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB181141239-
CMYK0.240.4100.06
HSL264.49º75.38%74.51%-
HSV(B)264.49º41%93.73%-
XYZ44.1635.1186.11-
YUV164.13170.25140.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.26%
GREEN value IS 141 (55.47% from 255) = 25.13%
BLUE value IS 239 (93.75% from 255) = 42.60%
R=32.26%
G=25.13%
B=42.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1811412390.240.4100.06264.4975.3874.51
HexB58DEF1829061084b4b
Octal265215357305106410113113
Binary10110101100011011110111111000101001011010000100010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58DEF; }

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

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

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

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

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

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

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

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