#B58CF9

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

Shades of Biloba Flower #B58CF9

Tints of Biloba Flower #B58CF9

Color information

#B58CF9 (or 0xB58CF9) is unknown color: approx Biloba Flower. HEX triplet: B5, 8C and F9. RGB value is (181,140,249). Sum of RGB (Red+Green+Blue) = 181+140+249=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #B58CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58CF9 is #4A7306. Grayscale: #A4A4A4. Windows color (decimal): -4879111 or 16354485. OLE color: 16354485.

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

Color convert

RGB181140249-
CMYK0.270.4400.02
HSL262.57º90.08%76.27%-
HSV(B)262.57º43.78%97.65%-
XYZ45.5335.4294.06-
YUV164.68175.58139.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.75%
GREEN value IS 140 (55.08% from 255) = 24.56%
BLUE value IS 249 (97.66% from 255) = 43.68%
R=31.75%
G=24.56%
B=43.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811402490.270.4400.02262.5790.0876.27
HexB58CF91B2C021075a4c
Octal265214371335402407132114
Binary1011010110001100111110011101110110001010000011110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58CF9; }

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

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

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

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

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

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

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

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