#B787D8

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

Shades of Biloba Flower #B787D8

Tints of Biloba Flower #B787D8

Color information

#B787D8 (or 0xB787D8) is unknown color: approx Biloba Flower. HEX triplet: B7, 87 and D8. RGB value is (183,135,216). Sum of RGB (Red+Green+Blue) = 183+135+216=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 216 - color contains mainly: blue. Hex color #B787D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B787D8 is #487827. Grayscale: #9E9E9E. Windows color (decimal): -4749352 or 14190519. OLE color: 14190519.

HSL color Cylindrical-coordinate representation of color #B787D8: hue angle of 275.56º degrees, saturation: 0.51, 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 #B787D8 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183135216-
CMYK0.150.3800.15
HSL275.56º50.94%68.82%-
HSV(B)275.56º37.5%84.71%-
XYZ40.5932.3569.07-
YUV158.59160.4145.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.27%
GREEN value IS 135 (53.12% from 255) = 25.28%
BLUE value IS 216 (84.77% from 255) = 40.45%
R=34.27%
G=25.28%
B=40.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831352160.150.3800.15275.5650.9468.82
HexB787D8F260F1143345
Octal267207330174601742463105
Binary1011011110000111110110001111100110011111000101001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B787D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B787D8; }

 p { color: rgb(183,135,216); }

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

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

 a { background-color: rgb(183,135,216); }

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

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

 span { border-color: rgb(183,135,216); }

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