#B189FC

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

Shades of Biloba Flower #B189FC

Tints of Biloba Flower #B189FC

Color information

#B189FC (or 0xB189FC) is unknown color: approx Biloba Flower. HEX triplet: B1, 89 and FC. RGB value is (177,137,252). Sum of RGB (Red+Green+Blue) = 177+137+252=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #B189FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B189FC is #4E7603. Grayscale: #A1A1A1. Windows color (decimal): -5142020 or 16550321. OLE color: 16550321.

HSL color Cylindrical-coordinate representation of color #B189FC: hue angle of 260.87º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B189FC is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177137252-
CMYK0.300.4600.01
HSL260.87º95.04%76.27%-
HSV(B)260.87º45.63%98.82%-
XYZ44.6534.2796.36-
YUV162.07178.75138.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.27%
GREEN value IS 137 (53.91% from 255) = 24.20%
BLUE value IS 252 (98.83% from 255) = 44.52%
R=31.27%
G=24.20%
B=44.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771372520.300.4600.01260.8795.0476.27
HexB189FC1E2E011055f4c
Octal261211374365601405137114
Binary101100011000100111111100111101011100110000010110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B189FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B189FC; }

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

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

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

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

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

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

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

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