#B08BFC

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

Shades of Biloba Flower #B08BFC

Tints of Biloba Flower #B08BFC

Color information

#B08BFC (or 0xB08BFC) is unknown color: approx Biloba Flower. HEX triplet: B0, 8B and FC. RGB value is (176,139,252). Sum of RGB (Red+Green+Blue) = 176+139+252=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #B08BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08BFC is #4F7403. Grayscale: #A2A2A2. Windows color (decimal): -5207044 or 16550832. OLE color: 16550832.

HSL color Cylindrical-coordinate representation of color #B08BFC: hue angle of 259.65º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B08BFC is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176139252-
CMYK0.300.4500.01
HSL259.65º94.96%76.67%-
HSV(B)259.65º44.84%98.82%-
XYZ44.7134.7296.44-
YUV162.94178.26137.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.04%
GREEN value IS 139 (54.69% from 255) = 24.51%
BLUE value IS 252 (98.83% from 255) = 44.44%
R=31.04%
G=24.51%
B=44.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761392520.300.4500.01259.6594.9676.67
HexB08BFC1E2D011045f4d
Octal260213374365501404137115
Binary101100001000101111111100111101011010110000010010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08BFC; }

 p { color: rgb(176,139,252); }

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

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

 a { background-color: rgb(176,139,252); }

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

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

 span { border-color: rgb(176,139,252); }

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