#B185F7

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

Shades of Biloba Flower #B185F7

Tints of Biloba Flower #B185F7

Color information

#B185F7 (or 0xB185F7) is unknown color: approx Biloba Flower. HEX triplet: B1, 85 and F7. RGB value is (177,133,247). Sum of RGB (Red+Green+Blue) = 177+133+247=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #B185F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B185F7 is #4E7A08. Grayscale: #9E9E9E. Windows color (decimal): -5143049 or 16221617. OLE color: 16221617.

HSL color Cylindrical-coordinate representation of color #B185F7: hue angle of 263.16º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B185F7 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB177133247-
CMYK0.280.4600.03
HSL263.16º87.69%74.51%-
HSV(B)263.16º46.15%96.86%-
XYZ43.3132.8492.05-
YUV159.15177.58140.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.78%
GREEN value IS 133 (52.34% from 255) = 23.88%
BLUE value IS 247 (96.88% from 255) = 44.34%
R=31.78%
G=23.88%
B=44.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1771332470.280.4600.03263.1687.6974.51
HexB185F71C2E03107584b
Octal261205367345603407130113
Binary1011000110000101111101111110010111001110000011110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B185F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B185F7; }

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

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

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

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

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

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

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

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