#B088FF

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

Shades of Biloba Flower #B088FF

Tints of Biloba Flower #B088FF

Color information

#B088FF (or 0xB088FF) is unknown color: approx Biloba Flower. HEX triplet: B0, 88 and FF. RGB value is (176,136,255). Sum of RGB (Red+Green+Blue) = 176+136+255=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #B088FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B088FF is #4F7700. Grayscale: #A1A1A1. Windows color (decimal): -5207809 or 16746672. OLE color: 16746672.

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

Color convert

RGB176136255-
CMYK0.310.4700
HSL260.17º100%76.67%-
HSV(B)260.17º46.67%100%-
XYZ44.7634.0698.82-
YUV161.53180.75138.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.04%
GREEN value IS 136 (53.52% from 255) = 23.99%
BLUE value IS 255 (100% from 255) = 44.97%
R=31.04%
G=23.99%
B=44.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761362550.310.4700260.1710076.67
HexB088FF1F2F00104644d
Octal260210377375700404144115
Binary101100001000100011111111111111011110010000010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B088FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B088FF; }

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

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

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

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

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

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

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

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