#B788DC

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

Shades of Biloba Flower #B788DC

Tints of Biloba Flower #B788DC

Color information

#B788DC (or 0xB788DC) is unknown color: approx Biloba Flower. HEX triplet: B7, 88 and DC. RGB value is (183,136,220). Sum of RGB (Red+Green+Blue) = 183+136+220=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #B788DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B788DC is #487723. Grayscale: #9F9F9F. Windows color (decimal): -4749092 or 14452919. OLE color: 14452919.

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

Color convert

RGB183136220-
CMYK0.170.3800.14
HSL273.57º54.55%69.8%-
HSV(B)273.57º38.18%86.27%-
XYZ41.2532.8471.88-
YUV159.63162.07144.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.95%
GREEN value IS 136 (53.52% from 255) = 25.23%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=33.95%
G=25.23%
B=40.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831362200.170.3800.14273.5754.5569.8
HexB788DC11260E1123746
Octal267210334214601642267106
Binary10110111100010001101110010001100110011101000100101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B788DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B788DC; }

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

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

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

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

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

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

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

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