#B098FF

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

Shades of Biloba Flower #B098FF

Tints of Biloba Flower #B098FF

Color information

#B098FF (or 0xB098FF) is unknown color: approx Biloba Flower. HEX triplet: B0, 98 and FF. RGB value is (176,152,255). Sum of RGB (Red+Green+Blue) = 176+152+255=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #B098FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B098FF is #4F6700. Grayscale: #AAAAAA. Windows color (decimal): -5203713 or 16750768. OLE color: 16750768.

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

Color convert

RGB176152255-
CMYK0.310.4000
HSL253.98º100%79.8%-
HSV(B)253.98º40.39%100%-
XYZ47.1838.9199.63-
YUV170.92175.45131.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.19%
GREEN value IS 152 (59.77% from 255) = 26.07%
BLUE value IS 255 (100% from 255) = 43.74%
R=30.19%
G=26.07%
B=43.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761522550.310.4000253.9810079.8
HexB098FF1F2800fe6450
Octal260230377375000376144120
Binary10110000100110001111111111111101000001111111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B098FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B098FF; }

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

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

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

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

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

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

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

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