#B189F0

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

Shades of Biloba Flower #B189F0

Tints of Biloba Flower #B189F0

Color information

#B189F0 (or 0xB189F0) is unknown color: approx Biloba Flower. HEX triplet: B1, 89 and F0. RGB value is (177,137,240). Sum of RGB (Red+Green+Blue) = 177+137+240=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #B189F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B189F0 is #4E760F. Grayscale: #A0A0A0. Windows color (decimal): -5142032 or 15763889. OLE color: 15763889.

HSL color Cylindrical-coordinate representation of color #B189F0: hue angle of 263.3º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B189F0 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB177137240-
CMYK0.260.4300.06
HSL263.3º77.44%73.92%-
HSV(B)263.3º42.92%94.12%-
XYZ42.8133.5386.65-
YUV160.7172.75139.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.95%
GREEN value IS 137 (53.91% from 255) = 24.73%
BLUE value IS 240 (94.14% from 255) = 43.32%
R=31.95%
G=24.73%
B=43.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1771372400.260.4300.06263.377.4473.92
HexB189F01A2B061074d4a
Octal261211360325306407115112
Binary10110001100010011111000011010101011011010000011110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B189F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B189F0; }

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

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

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

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

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

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

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

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