#B085FB

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

Shades of Biloba Flower #B085FB

Tints of Biloba Flower #B085FB

Color information

#B085FB (or 0xB085FB) is unknown color: approx Biloba Flower. HEX triplet: B0, 85 and FB. RGB value is (176,133,251). Sum of RGB (Red+Green+Blue) = 176+133+251=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #B085FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B085FB is #4F7A04. Grayscale: #9E9E9E. Windows color (decimal): -5208581 or 16483760. OLE color: 16483760.

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

Color convert

RGB176133251-
CMYK0.300.4700.02
HSL261.86º93.65%75.29%-
HSV(B)261.86º47.01%98.43%-
XYZ43.732.9795.33-
YUV159.31179.75139.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.43%
GREEN value IS 133 (52.34% from 255) = 23.75%
BLUE value IS 251 (98.44% from 255) = 44.82%
R=31.43%
G=23.75%
B=44.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761332510.300.4700.02261.8693.6575.29
HexB085FB1E2F021065e4b
Octal260205373365702406136113
Binary1011000010000101111110111111010111101010000011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B085FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B085FB; }

 p { color: rgb(176,133,251); }

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

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

 a { background-color: rgb(176,133,251); }

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

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

 span { border-color: rgb(176,133,251); }

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