#B58FF6

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

Shades of Biloba Flower #B58FF6

Tints of Biloba Flower #B58FF6

Color information

#B58FF6 (or 0xB58FF6) is unknown color: approx Biloba Flower. HEX triplet: B5, 8F and F6. RGB value is (181,143,246). Sum of RGB (Red+Green+Blue) = 181+143+246=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #B58FF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58FF6 is #4A7009. Grayscale: #A5A5A5. Windows color (decimal): -4878346 or 16158645. OLE color: 16158645.

HSL color Cylindrical-coordinate representation of color #B58FF6: hue angle of 262.14º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B58FF6 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB181143246-
CMYK0.260.4200.04
HSL262.14º85.12%76.27%-
HSV(B)262.14º41.87%96.47%-
XYZ45.5136.1291.76-
YUV166.1173.09138.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.75%
GREEN value IS 143 (56.25% from 255) = 25.09%
BLUE value IS 246 (96.48% from 255) = 43.16%
R=31.75%
G=25.09%
B=43.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1811432460.260.4200.04262.1485.1276.27
HexB58FF61A2A04106554c
Octal265217366325204406125114
Binary10110101100011111111011011010101010010010000011010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58FF6; }

 p { color: rgb(181,143,246); }

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

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

 a { background-color: rgb(181,143,246); }

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

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

 span { border-color: rgb(181,143,246); }

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