#B088FB

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

Shades of Biloba Flower #B088FB

Tints of Biloba Flower #B088FB

Color information

#B088FB (or 0xB088FB) is unknown color: approx Biloba Flower. HEX triplet: B0, 88 and FB. RGB value is (176,136,251). Sum of RGB (Red+Green+Blue) = 176+136+251=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #B088FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B088FB is #4F7704. Grayscale: #A0A0A0. Windows color (decimal): -5207813 or 16484528. OLE color: 16484528.

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

Color convert

RGB176136251-
CMYK0.300.4600.02
HSL260.87º93.5%75.88%-
HSV(B)260.87º45.82%98.43%-
XYZ44.1233.895.47-
YUV161.07178.75138.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.26%
GREEN value IS 136 (53.52% from 255) = 24.16%
BLUE value IS 251 (98.44% from 255) = 44.58%
R=31.26%
G=24.16%
B=44.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761362510.300.4600.02260.8793.575.88
HexB088FB1E2E021055d4c
Octal260210373365602405135114
Binary1011000010001000111110111111010111001010000010110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B088FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B088FB; }

 p { color: rgb(176,136,251); }

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

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

 a { background-color: rgb(176,136,251); }

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

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

 span { border-color: rgb(176,136,251); }

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