#b58aff

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

Shades of Biloba Flower #B58AFF

Tints of Biloba Flower #B58AFF

Color information

#B58AFF (or 0xB58AFF) is unknown color: approx Biloba Flower. HEX triplet: B5, 8A and FF. RGB value is (181,138,255). Sum of RGB (Red+Green+Blue) = 181+138+255=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #B58AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58AFF is #4A7500. Grayscale: #A3A3A3. Windows color (decimal): -4879617 or 16747189. OLE color: 16747189.

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

Color convert

RGB181138255-
CMYK0.290.4600
HSL262.05º100%77.06%-
HSV(B)262.05º45.88%100%-
XYZ46.1935.2298.97-
YUV164.2179.25139.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.53%
GREEN value IS 138 (54.30% from 255) = 24.04%
BLUE value IS 255 (100% from 255) = 44.43%
R=31.53%
G=24.04%
B=44.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811382550.290.4600262.0510077.06
HexB58AFF1D2E00106644d
Octal265212377355600406144115
Binary101101011000101011111111111011011100010000011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b58aff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b58aff; }

 p { color: rgb(181,138,255); }

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

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

 a { background-color: rgb(181,138,255); }

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

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

 span { border-color: rgb(181,138,255); }

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