#B094FF

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

Shades of Biloba Flower #B094FF

Tints of Biloba Flower #B094FF

Color information

#B094FF (or 0xB094FF) is unknown color: approx Biloba Flower. HEX triplet: B0, 94 and FF. RGB value is (176,148,255). Sum of RGB (Red+Green+Blue) = 176+148+255=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #B094FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B094FF is #4F6B00. Grayscale: #A8A8A8. Windows color (decimal): -5204737 or 16749744. OLE color: 16749744.

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

Color convert

RGB176148255-
CMYK0.310.4200
HSL255.7º100%79.02%-
HSV(B)255.7º41.96%100%-
XYZ46.5437.6399.42-
YUV168.57176.78133.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.40%
GREEN value IS 148 (58.20% from 255) = 25.56%
BLUE value IS 255 (100% from 255) = 44.04%
R=30.40%
G=25.56%
B=44.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761482550.310.4200255.710079.02
HexB094FF1F2A00100644f
Octal260224377375200400144117
Binary101100001001010011111111111111010100010000000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B094FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B094FF; }

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

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

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

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

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

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

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

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