#B58BFE

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

Shades of Biloba Flower #B58BFE

Tints of Biloba Flower #B58BFE

Color information

#B58BFE (or 0xB58BFE) is unknown color: approx Biloba Flower. HEX triplet: B5, 8B and FE. RGB value is (181,139,254). Sum of RGB (Red+Green+Blue) = 181+139+254=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #B58BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58BFE is #4A7401. Grayscale: #A4A4A4. Windows color (decimal): -4879362 or 16681909. OLE color: 16681909.

HSL color Cylindrical-coordinate representation of color #B58BFE: hue angle of 261.91º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B58BFE is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB181139254-
CMYK0.290.4500.00
HSL261.91º98.29%77.06%-
HSV(B)261.91º45.28%99.61%-
XYZ46.1835.4498.17-
YUV164.67178.41139.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.53%
GREEN value IS 139 (54.69% from 255) = 24.22%
BLUE value IS 254 (99.61% from 255) = 44.25%
R=31.53%
G=24.22%
B=44.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1811392540.290.4500.00261.9198.2977.06
HexB58BFE1D2D00106624d
Octal265213376355500406142115
Binary101101011000101111111110111011011010010000011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58BFE; }

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

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

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

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

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

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

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

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