#B188FC

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

Shades of Biloba Flower #B188FC

Tints of Biloba Flower #B188FC

Color information

#B188FC (or 0xB188FC) is unknown color: approx Biloba Flower. HEX triplet: B1, 88 and FC. RGB value is (177,136,252). Sum of RGB (Red+Green+Blue) = 177+136+252=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #B188FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B188FC is #4E7703. Grayscale: #A1A1A1. Windows color (decimal): -5142276 or 16550065. OLE color: 16550065.

HSL color Cylindrical-coordinate representation of color #B188FC: hue angle of 261.21º 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 #B188FC is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177136252-
CMYK0.300.4600.01
HSL261.21º95.08%76.08%-
HSV(B)261.21º46.03%98.82%-
XYZ44.5133.9896.31-
YUV161.48179.08139.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.33%
GREEN value IS 136 (53.52% from 255) = 24.07%
BLUE value IS 252 (98.83% from 255) = 44.60%
R=31.33%
G=24.07%
B=44.60%

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
Decimal1771362520.300.4600.01261.2195.0876.08
HexB188FC1E2E011055f4c
Octal261210374365601405137114
Binary101100011000100011111100111101011100110000010110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B188FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B188FC; }

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

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

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

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

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

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

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

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