#B187FF

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

Shades of Biloba Flower #B187FF

Tints of Biloba Flower #B187FF

Color information

#B187FF (or 0xB187FF) is unknown color: approx Biloba Flower. HEX triplet: B1, 87 and FF. RGB value is (177,135,255). Sum of RGB (Red+Green+Blue) = 177+135+255=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 135 (53.12% from 255 or 23.81% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #B187FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B187FF is #4E7800. Grayscale: #A0A0A0. Windows color (decimal): -5142529 or 16746417. OLE color: 16746417.

HSL color Cylindrical-coordinate representation of color #B187FF: hue angle of 261º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B187FF is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB177135255-
CMYK0.310.4700
HSL261º100%76.47%-
HSV(B)261º47.06%100%-
XYZ44.8533.998.79-
YUV161.24180.91139.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.22%
GREEN value IS 135 (53.12% from 255) = 23.81%
BLUE value IS 255 (100% from 255) = 44.97%
R=31.22%
G=23.81%
B=44.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771352550.310.470026110076.47
HexB187FF1F2F00105644c
Octal261207377375700405144114
Binary101100011000011111111111111111011110010000010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B187FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B187FF; }

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

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

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

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

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

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

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

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