#B189F1

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

Shades of Biloba Flower #B189F1

Tints of Biloba Flower #B189F1

Color information

#B189F1 (or 0xB189F1) is unknown color: approx Biloba Flower. HEX triplet: B1, 89 and F1. RGB value is (177,137,241). Sum of RGB (Red+Green+Blue) = 177+137+241=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #B189F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B189F1 is #4E760E. Grayscale: #A0A0A0. Windows color (decimal): -5142031 or 15829425. OLE color: 15829425.

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

Color convert

RGB177137241-
CMYK0.270.4300.05
HSL263.08º78.79%74.12%-
HSV(B)263.08º43.15%94.51%-
XYZ42.9533.5987.44-
YUV160.82173.25139.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.89%
GREEN value IS 137 (53.91% from 255) = 24.68%
BLUE value IS 241 (94.53% from 255) = 43.42%
R=31.89%
G=24.68%
B=43.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771372410.270.4300.05263.0878.7974.12
HexB189F11B2B051074f4a
Octal261211361335305407117112
Binary10110001100010011111000111011101011010110000011110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B189F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B189F1; }

 p { color: rgb(177,137,241); }

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

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

 a { background-color: rgb(177,137,241); }

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

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

 span { border-color: rgb(177,137,241); }

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