#B189F3

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

Shades of Biloba Flower #B189F3

Tints of Biloba Flower #B189F3

Color information

#B189F3 (or 0xB189F3) is unknown color: approx Biloba Flower. HEX triplet: B1, 89 and F3. RGB value is (177,137,243). Sum of RGB (Red+Green+Blue) = 177+137+243=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #B189F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B189F3 is #4E760C. Grayscale: #A0A0A0. Windows color (decimal): -5142029 or 15960497. OLE color: 15960497.

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

Color convert

RGB177137243-
CMYK0.270.4400.05
HSL262.64º81.54%74.51%-
HSV(B)262.64º43.62%95.29%-
XYZ43.2533.7189.02-
YUV161.04174.25139.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.78%
GREEN value IS 137 (53.91% from 255) = 24.60%
BLUE value IS 243 (95.31% from 255) = 43.63%
R=31.78%
G=24.60%
B=43.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771372430.270.4400.05262.6481.5474.51
HexB189F31B2C05107524b
Octal261211363335405407122113
Binary10110001100010011111001111011101100010110000011110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B189F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B189F3; }

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

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

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

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

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

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

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

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