#B187E7

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

Shades of Biloba Flower #B187E7

Tints of Biloba Flower #B187E7

Color information

#B187E7 (or 0xB187E7) is unknown color: approx Biloba Flower. HEX triplet: B1, 87 and E7. RGB value is (177,135,231). Sum of RGB (Red+Green+Blue) = 177+135+231=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 135 (53.12% from 255 or 24.86% from 543); Blue value is 231 (90.62% from 255 or 42.54% from 543); Max value from RGB is 231 - color contains mainly: blue. Hex color #B187E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B187E7 is #4E7818. Grayscale: #9E9E9E. Windows color (decimal): -5142553 or 15173553. OLE color: 15173553.

HSL color Cylindrical-coordinate representation of color #B187E7: hue angle of 266.25º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B187E7 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB177135231-
CMYK0.230.4200.09
HSL266.25º66.67%71.76%-
HSV(B)266.25º41.56%90.59%-
XYZ41.2232.4479.69-
YUV158.5168.91141.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.60%
GREEN value IS 135 (53.12% from 255) = 24.86%
BLUE value IS 231 (90.62% from 255) = 42.54%
R=32.60%
G=24.86%
B=42.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1771352310.230.4200.09266.2566.6771.76
HexB187E7172A0910a4348
Octal2612073472752011412103110
Binary101100011000011111100111101111010100100110000101010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B187E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B187E7; }

 p { color: rgb(177,135,231); }

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

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

 a { background-color: rgb(177,135,231); }

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

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

 span { border-color: rgb(177,135,231); }

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