#B185FA

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

Shades of Biloba Flower #B185FA

Tints of Biloba Flower #B185FA

Color information

#B185FA (or 0xB185FA) is unknown color: approx Biloba Flower. HEX triplet: B1, 85 and FA. RGB value is (177,133,250). Sum of RGB (Red+Green+Blue) = 177+133+250=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #B185FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B185FA is #4E7A05. Grayscale: #9F9F9F. Windows color (decimal): -5143046 or 16418225. OLE color: 16418225.

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

Color convert

RGB177133250-
CMYK0.290.4700.02
HSL262.56º92.13%75.1%-
HSV(B)262.56º46.8%98.04%-
XYZ43.7733.0294.51-
YUV159.49179.08140.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.61%
GREEN value IS 133 (52.34% from 255) = 23.75%
BLUE value IS 250 (98.05% from 255) = 44.64%
R=31.61%
G=23.75%
B=44.64%

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
Decimal1771332500.290.4700.02262.5692.1375.1
HexB185FA1D2F021075c4b
Octal261205372355702407134113
Binary1011000110000101111110101110110111101010000011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B185FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B185FA; }

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

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

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

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

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

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

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

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