#B187DA

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

Shades of Biloba Flower #B187DA

Tints of Biloba Flower #B187DA

Color information

#B187DA (or 0xB187DA) is unknown color: approx Biloba Flower. HEX triplet: B1, 87 and DA. RGB value is (177,135,218). Sum of RGB (Red+Green+Blue) = 177+135+218=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #B187DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B187DA is #4E7825. Grayscale: #9C9C9C. Windows color (decimal): -5142566 or 14321585. OLE color: 14321585.

HSL color Cylindrical-coordinate representation of color #B187DA: hue angle of 270.36º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B187DA is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177135218-
CMYK0.190.3800.15
HSL270.36º52.87%69.22%-
HSV(B)270.36º38.07%85.49%-
XYZ39.4531.7470.38-
YUV157.02162.41142.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.40%
GREEN value IS 135 (53.12% from 255) = 25.47%
BLUE value IS 218 (85.55% from 255) = 41.13%
R=33.40%
G=25.47%
B=41.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771352180.190.3800.15270.3652.8769.22
HexB187DA13260F10e3545
Octal261207332234601741665105
Binary10110001100001111101101010011100110011111000011101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B187DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B187DA; }

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

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

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

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

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

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

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

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