#B185F3

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

Shades of Biloba Flower #B185F3

Tints of Biloba Flower #B185F3

Color information

#B185F3 (or 0xB185F3) is unknown color: approx Biloba Flower. HEX triplet: B1, 85 and F3. RGB value is (177,133,243). Sum of RGB (Red+Green+Blue) = 177+133+243=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #B185F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B185F3 is #4E7A0C. Grayscale: #9E9E9E. Windows color (decimal): -5143053 or 15959473. OLE color: 15959473.

HSL color Cylindrical-coordinate representation of color #B185F3: hue angle of 264º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B185F3 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177133243-
CMYK0.270.4500.05
HSL264º82.09%73.73%-
HSV(B)264º45.27%95.29%-
XYZ42.732.5988.83-
YUV158.7175.58141.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.01%
GREEN value IS 133 (52.34% from 255) = 24.05%
BLUE value IS 243 (95.31% from 255) = 43.94%
R=32.01%
G=24.05%
B=43.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771332430.270.4500.0526482.0973.73
HexB185F31B2D05108524a
Octal261205363335505410122112
Binary10110001100001011111001111011101101010110000100010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B185F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B185F3; }

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

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

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

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

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

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

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

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