#B58BF6

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

Shades of Biloba Flower #B58BF6

Tints of Biloba Flower #B58BF6

Color information

#B58BF6 (or 0xB58BF6) is unknown color: approx Biloba Flower. HEX triplet: B5, 8B and F6. RGB value is (181,139,246). Sum of RGB (Red+Green+Blue) = 181+139+246=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #B58BF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58BF6 is #4A7409. Grayscale: #A3A3A3. Windows color (decimal): -4879370 or 16157621. OLE color: 16157621.

HSL color Cylindrical-coordinate representation of color #B58BF6: hue angle of 263.55º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B58BF6 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB181139246-
CMYK0.260.4300.04
HSL263.55º85.6%75.49%-
HSV(B)263.55º43.5%96.47%-
XYZ44.9234.9491.57-
YUV163.76174.41140.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.98%
GREEN value IS 139 (54.69% from 255) = 24.56%
BLUE value IS 246 (96.48% from 255) = 43.46%
R=31.98%
G=24.56%
B=43.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1811392460.260.4300.04263.5585.675.49
HexB58BF61A2B04108564b
Octal265213366325304410126113
Binary10110101100010111111011011010101011010010000100010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58BF6; }

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

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

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

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

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

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

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

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