#B58BFB

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

Shades of Biloba Flower #B58BFB

Tints of Biloba Flower #B58BFB

Color information

#B58BFB (or 0xB58BFB) is unknown color: approx Biloba Flower. HEX triplet: B5, 8B and FB. RGB value is (181,139,251). Sum of RGB (Red+Green+Blue) = 181+139+251=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #B58BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58BFB is #4A7404. Grayscale: #A3A3A3. Windows color (decimal): -4879365 or 16485301. OLE color: 16485301.

HSL color Cylindrical-coordinate representation of color #B58BFB: hue angle of 262.5º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B58BFB is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181139251-
CMYK0.280.4500.02
HSL262.5º93.33%76.47%-
HSV(B)262.5º44.62%98.43%-
XYZ45.735.2595.66-
YUV164.33176.91139.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.70%
GREEN value IS 139 (54.69% from 255) = 24.34%
BLUE value IS 251 (98.44% from 255) = 43.96%
R=31.70%
G=24.34%
B=43.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811392510.280.4500.02262.593.3376.47
HexB58BFB1C2D021065d4c
Octal265213373345502406135114
Binary1011010110001011111110111110010110101010000011010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58BFB; }

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

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

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

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

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

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

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

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