#B58CFB

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

Shades of Biloba Flower #B58CFB

Tints of Biloba Flower #B58CFB

Color information

#B58CFB (or 0xB58CFB) is unknown color: approx Biloba Flower. HEX triplet: B5, 8C and FB. RGB value is (181,140,251). Sum of RGB (Red+Green+Blue) = 181+140+251=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #B58CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58CFB is #4A7304. Grayscale: #A4A4A4. Windows color (decimal): -4879109 or 16485557. OLE color: 16485557.

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

Color convert

RGB181140251-
CMYK0.280.4400.02
HSL262.16º93.28%76.67%-
HSV(B)262.16º44.22%98.43%-
XYZ45.8535.5495.71-
YUV164.91176.58139.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.64%
GREEN value IS 140 (55.08% from 255) = 24.48%
BLUE value IS 251 (98.44% from 255) = 43.88%
R=31.64%
G=24.48%
B=43.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811402510.280.4400.02262.1693.2876.67
HexB58CFB1C2C021065d4d
Octal265214373345402406135115
Binary1011010110001100111110111110010110001010000011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58CFB; }

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

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

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

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

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

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

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

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