#B291FF

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

Shades of Biloba Flower #B291FF

Tints of Biloba Flower #B291FF

Color information

#B291FF (or 0xB291FF) is unknown color: approx Biloba Flower. HEX triplet: B2, 91 and FF. RGB value is (178,145,255). Sum of RGB (Red+Green+Blue) = 178+145+255=578 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.80% from 578); Green value is 145 (57.03% from 255 or 25.09% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #B291FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B291FF is #4D6E00. Grayscale: #A7A7A7. Windows color (decimal): -5074433 or 16748978. OLE color: 16748978.

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

Color convert

RGB178145255-
CMYK0.300.4300
HSL258º100%78.43%-
HSV(B)258º43.14%100%-
XYZ46.5436.9499.28-
YUV167.41177.43135.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.80%
GREEN value IS 145 (57.03% from 255) = 25.09%
BLUE value IS 255 (100% from 255) = 44.12%
R=30.80%
G=25.09%
B=44.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781452550.300.430025810078.43
HexB291FF1E2B00102644e
Octal262221377365300402144116
Binary101100101001000111111111111101010110010000001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B291FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B291FF; }

 p { color: rgb(178,145,255); }

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

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

 a { background-color: rgb(178,145,255); }

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

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

 span { border-color: rgb(178,145,255); }

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