#B08FFA

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

Shades of Biloba Flower #B08FFA

Tints of Biloba Flower #B08FFA

Color information

#B08FFA (or 0xB08FFA) is unknown color: approx Biloba Flower. HEX triplet: B0, 8F and FA. RGB value is (176,143,250). Sum of RGB (Red+Green+Blue) = 176+143+250=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #B08FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08FFA is #4F7005. Grayscale: #A4A4A4. Windows color (decimal): -5206022 or 16420784. OLE color: 16420784.

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

Color convert

RGB176143250-
CMYK0.300.4300.02
HSL258.5º91.45%77.06%-
HSV(B)258.5º42.8%98.04%-
XYZ44.9835.7894.98-
YUV165.06175.93135.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.93%
GREEN value IS 143 (56.25% from 255) = 25.13%
BLUE value IS 250 (98.05% from 255) = 43.94%
R=30.93%
G=25.13%
B=43.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761432500.300.4300.02258.591.4577.06
HexB08FFA1E2B021035b4d
Octal260217372365302403133115
Binary1011000010001111111110101111010101101010000001110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08FFA; }

 p { color: rgb(176,143,250); }

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

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

 a { background-color: rgb(176,143,250); }

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

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

 span { border-color: rgb(176,143,250); }

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