#B189ED

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

Shades of Biloba Flower #B189ED

Tints of Biloba Flower #B189ED

Color information

#B189ED (or 0xB189ED) is unknown color: approx Biloba Flower. HEX triplet: B1, 89 and ED. RGB value is (177,137,237). Sum of RGB (Red+Green+Blue) = 177+137+237=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 137 (53.91% from 255 or 24.86% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #B189ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B189ED is #4E7612. Grayscale: #A0A0A0. Windows color (decimal): -5142035 or 15567281. OLE color: 15567281.

HSL color Cylindrical-coordinate representation of color #B189ED: hue angle of 264º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B189ED is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177137237-
CMYK0.250.4200.07
HSL264º73.53%73.33%-
HSV(B)264º42.19%92.94%-
XYZ42.3633.3584.33-
YUV160.36171.25139.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.12%
GREEN value IS 137 (53.91% from 255) = 24.86%
BLUE value IS 237 (92.97% from 255) = 43.01%
R=32.12%
G=24.86%
B=43.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771372370.250.4200.0726473.5373.33
HexB189ED192A071084a49
Octal261211355315207410112111
Binary10110001100010011110110111001101010011110000100010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B189ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B189ED; }

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

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

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

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

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

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

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

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