#B187DC

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

Shades of Biloba Flower #B187DC

Tints of Biloba Flower #B187DC

Color information

#B187DC (or 0xB187DC) is unknown color: approx Biloba Flower. HEX triplet: B1, 87 and DC. RGB value is (177,135,220). Sum of RGB (Red+Green+Blue) = 177+135+220=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 135 (53.12% from 255 or 25.38% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #B187DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B187DC is #4E7823. Grayscale: #9C9C9C. Windows color (decimal): -5142564 or 14452657. OLE color: 14452657.

HSL color Cylindrical-coordinate representation of color #B187DC: hue angle of 269.65º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B187DC is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177135220-
CMYK0.200.3900.14
HSL269.65º54.84%69.61%-
HSV(B)269.65º38.64%86.27%-
XYZ39.7131.8471.76-
YUV157.25163.41142.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.27%
GREEN value IS 135 (53.12% from 255) = 25.38%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=33.27%
G=25.38%
B=41.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771352200.200.3900.14269.6554.8469.61
HexB187DC14270E10e3746
Octal261207334244701641667106
Binary10110001100001111101110010100100111011101000011101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B187DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B187DC; }

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

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

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

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

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

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

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

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