#B580FB

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

Shades of Biloba Flower #B580FB

Tints of Biloba Flower #B580FB

Color information

#B580FB (or 0xB580FB) is unknown color: approx Biloba Flower. HEX triplet: B5, 80 and FB. RGB value is (181,128,251). Sum of RGB (Red+Green+Blue) = 181+128+251=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #B580FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B580FB is #4A7F04. Grayscale: #9D9D9D. Windows color (decimal): -4882181 or 16482485. OLE color: 16482485.

HSL color Cylindrical-coordinate representation of color #B580FB: hue angle of 265.85º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B580FB is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181128251-
CMYK0.280.4900.02
HSL265.85º93.89%74.31%-
HSV(B)265.85º49%98.43%-
XYZ44.1932.2395.16-
YUV157.87180.56144.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.32%
GREEN value IS 128 (50.39% from 255) = 22.86%
BLUE value IS 251 (98.44% from 255) = 44.82%
R=32.32%
G=22.86%
B=44.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811282510.280.4900.02265.8593.8974.31
HexB580FB1C310210a5e4a
Octal265200373346102412136112
Binary1011010110000000111110111110011000101010000101010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B580FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B580FB; }

 p { color: rgb(181,128,251); }

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

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

 a { background-color: rgb(181,128,251); }

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

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

 span { border-color: rgb(181,128,251); }

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