#B188FA

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

Shades of Biloba Flower #B188FA

Tints of Biloba Flower #B188FA

Color information

#B188FA (or 0xB188FA) is unknown color: approx Biloba Flower. HEX triplet: B1, 88 and FA. RGB value is (177,136,250). Sum of RGB (Red+Green+Blue) = 177+136+250=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #B188FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B188FA is #4E7705. Grayscale: #A0A0A0. Windows color (decimal): -5142278 or 16418993. OLE color: 16418993.

HSL color Cylindrical-coordinate representation of color #B188FA: hue angle of 261.58º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B188FA is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177136250-
CMYK0.290.4600.02
HSL261.58º91.94%75.69%-
HSV(B)261.58º45.6%98.04%-
XYZ44.1933.8694.65-
YUV161.26178.08139.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.44%
GREEN value IS 136 (53.52% from 255) = 24.16%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=31.44%
G=24.16%
B=44.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771362500.290.4600.02261.5891.9475.69
HexB188FA1D2E021065c4c
Octal261210372355602406134114
Binary1011000110001000111110101110110111001010000011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B188FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B188FA; }

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

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

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

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

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

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

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

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