#B185FB

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

Shades of Biloba Flower #B185FB

Tints of Biloba Flower #B185FB

Color information

#B185FB (or 0xB185FB) is unknown color: approx Biloba Flower. HEX triplet: B1, 85 and FB. RGB value is (177,133,251). Sum of RGB (Red+Green+Blue) = 177+133+251=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #B185FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B185FB is #4E7A04. Grayscale: #9F9F9F. Windows color (decimal): -5143045 or 16483761. OLE color: 16483761.

HSL color Cylindrical-coordinate representation of color #B185FB: hue angle of 262.37º 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 #B185FB is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177133251-
CMYK0.290.4700.02
HSL262.37º93.65%75.29%-
HSV(B)262.37º47.01%98.43%-
XYZ43.9333.0995.34-
YUV159.61179.58140.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.55%
GREEN value IS 133 (52.34% from 255) = 23.71%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=31.55%
G=23.71%
B=44.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771332510.290.4700.02262.3793.6575.29
HexB185FB1D2F021065e4b
Octal261205373355702406136113
Binary1011000110000101111110111110110111101010000011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B185FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B185FB; }

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

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

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

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

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

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

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

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