#B096FF

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

Shades of Biloba Flower #B096FF

Tints of Biloba Flower #B096FF

Color information

#B096FF (or 0xB096FF) is unknown color: approx Biloba Flower. HEX triplet: B0, 96 and FF. RGB value is (176,150,255). Sum of RGB (Red+Green+Blue) = 176+150+255=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #B096FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B096FF is #4F6900. Grayscale: #A9A9A9. Windows color (decimal): -5204225 or 16750256. OLE color: 16750256.

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

Color convert

RGB176150255-
CMYK0.310.4100
HSL254.86º100%79.41%-
HSV(B)254.86º41.18%100%-
XYZ46.8638.2699.52-
YUV169.74176.11132.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.29%
GREEN value IS 150 (58.98% from 255) = 25.82%
BLUE value IS 255 (100% from 255) = 43.89%
R=30.29%
G=25.82%
B=43.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761502550.310.4100254.8610079.41
HexB096FF1F2900ff644f
Octal260226377375100377144117
Binary10110000100101101111111111111101001001111111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B096FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B096FF; }

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

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

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

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

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

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

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

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