#B788DD

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

Shades of Biloba Flower #B788DD

Tints of Biloba Flower #B788DD

Color information

#B788DD (or 0xB788DD) is unknown color: approx Biloba Flower. HEX triplet: B7, 88 and DD. RGB value is (183,136,221). Sum of RGB (Red+Green+Blue) = 183+136+221=540 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.89% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #B788DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B788DD is #487722. Grayscale: #9F9F9F. Windows color (decimal): -4749091 or 14518455. OLE color: 14518455.

HSL color Cylindrical-coordinate representation of color #B788DD: hue angle of 273.18º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B788DD is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183136221-
CMYK0.170.3800.13
HSL273.18º55.56%70%-
HSV(B)273.18º38.46%86.67%-
XYZ41.3832.972.58-
YUV159.74162.57144.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.89%
GREEN value IS 136 (53.52% from 255) = 25.19%
BLUE value IS 221 (86.72% from 255) = 40.93%
R=33.89%
G=25.19%
B=40.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831362210.170.3800.13273.1855.5670
HexB788DD11260D1113846
Octal267210335214601542170106
Binary10110111100010001101110110001100110011011000100011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B788DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B788DD; }

 p { color: rgb(183,136,221); }

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

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

 a { background-color: rgb(183,136,221); }

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

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

 span { border-color: rgb(183,136,221); }

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