#B58DEB

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

Shades of Biloba Flower #B58DEB

Tints of Biloba Flower #B58DEB

Color information

#B58DEB (or 0xB58DEB) is unknown color: approx Biloba Flower. HEX triplet: B5, 8D and EB. RGB value is (181,141,235). Sum of RGB (Red+Green+Blue) = 181+141+235=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #B58DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58DEB is #4A7214. Grayscale: #A3A3A3. Windows color (decimal): -4878869 or 15437237. OLE color: 15437237.

HSL color Cylindrical-coordinate representation of color #B58DEB: hue angle of 265.53º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B58DEB is Cyan = 0.23, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181141235-
CMYK0.230.400.08
HSL265.53º70.15%73.73%-
HSV(B)265.53º40%92.16%-
XYZ43.5834.8783.03-
YUV163.68168.25140.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.50%
GREEN value IS 141 (55.47% from 255) = 25.31%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=32.50%
G=25.31%
B=42.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811412350.230.400.08265.5370.1573.73
HexB58DEB17280810a464a
Octal2652153532750010412106112
Binary101101011000110111101011101111010000100010000101010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58DEB; }

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

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

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

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

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

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

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

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