#B58BF3

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

Shades of Biloba Flower #B58BF3

Tints of Biloba Flower #B58BF3

Color information

#B58BF3 (or 0xB58BF3) is unknown color: approx Biloba Flower. HEX triplet: B5, 8B and F3. RGB value is (181,139,243). Sum of RGB (Red+Green+Blue) = 181+139+243=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 139 (54.69% from 255 or 24.69% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #B58BF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58BF3 is #4A740C. Grayscale: #A3A3A3. Windows color (decimal): -4879373 or 15961013. OLE color: 15961013.

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

Color convert

RGB181139243-
CMYK0.260.4300.05
HSL264.23º81.25%74.9%-
HSV(B)264.23º42.8%95.29%-
XYZ44.4734.7689.16-
YUV163.41172.91140.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.15%
GREEN value IS 139 (54.69% from 255) = 24.69%
BLUE value IS 243 (95.31% from 255) = 43.16%
R=32.15%
G=24.69%
B=43.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1811392430.260.4300.05264.2381.2574.9
HexB58BF31A2B05108514b
Octal265213363325305410121113
Binary10110101100010111111001111010101011010110000100010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58BF3; }

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

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

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

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

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

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

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

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