#B189EA

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

Shades of Biloba Flower #B189EA

Tints of Biloba Flower #B189EA

Color information

#B189EA (or 0xB189EA) is unknown color: approx Biloba Flower. HEX triplet: B1, 89 and EA. RGB value is (177,137,234). Sum of RGB (Red+Green+Blue) = 177+137+234=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #B189EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B189EA is #4E7615. Grayscale: #9F9F9F. Windows color (decimal): -5142038 or 15370673. OLE color: 15370673.

HSL color Cylindrical-coordinate representation of color #B189EA: hue angle of 264.74º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B189EA is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177137234-
CMYK0.240.4100.08
HSL264.74º69.78%72.75%-
HSV(B)264.74º41.45%91.76%-
XYZ41.9333.1882.04-
YUV160.02169.75140.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.30%
GREEN value IS 137 (53.91% from 255) = 25%
BLUE value IS 234 (91.80% from 255) = 42.70%
R=32.30%
G=25%
B=42.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771372340.240.4100.08264.7469.7872.75
HexB189EA1829081094649
Octal2612113523051010411106111
Binary101100011000100111101010110001010010100010000100110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B189EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B189EA; }

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

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

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

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

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

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

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

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