#b08fff

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

Shades of Biloba Flower #B08FFF

Tints of Biloba Flower #B08FFF

Color information

#B08FFF (or 0xB08FFF) is unknown color: approx Biloba Flower. HEX triplet: B0, 8F and FF. RGB value is (176,143,255). Sum of RGB (Red+Green+Blue) = 176+143+255=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #B08FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08FFF is #4F7000. Grayscale: #A5A5A5. Windows color (decimal): -5206017 or 16748464. OLE color: 16748464.

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

Color convert

RGB176143255-
CMYK0.310.4400
HSL257.68º100%78.04%-
HSV(B)257.68º43.92%100%-
XYZ45.7836.199.16-
YUV165.64178.43135.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.66%
GREEN value IS 143 (56.25% from 255) = 24.91%
BLUE value IS 255 (100% from 255) = 44.43%
R=30.66%
G=24.91%
B=44.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761432550.310.4400257.6810078.04
HexB08FFF1F2C00102644e
Octal260217377375400402144116
Binary101100001000111111111111111111011000010000001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b08fff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b08fff; }

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

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

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

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

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

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

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

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