#B788EA

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

Shades of Biloba Flower #B788EA

Tints of Biloba Flower #B788EA

Color information

#B788EA (or 0xB788EA) is unknown color: approx Biloba Flower. HEX triplet: B7, 88 and EA. RGB value is (183,136,234). Sum of RGB (Red+Green+Blue) = 183+136+234=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #B788EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B788EA is #487715. Grayscale: #A0A0A0. Windows color (decimal): -4749078 or 15370423. OLE color: 15370423.

HSL color Cylindrical-coordinate representation of color #B788EA: hue angle of 268.78º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B788EA is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183136234-
CMYK0.220.4200.08
HSL268.78º70%72.55%-
HSV(B)268.78º41.88%91.76%-
XYZ43.1833.6282.05-
YUV161.22169.07143.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.09%
GREEN value IS 136 (53.52% from 255) = 24.59%
BLUE value IS 234 (91.80% from 255) = 42.31%
R=33.09%
G=24.59%
B=42.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831362340.220.4200.08268.787072.55
HexB788EA162A0810d4649
Octal2672103522652010415106111
Binary101101111000100011101010101101010100100010000110110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B788EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B788EA; }

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

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

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

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

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

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

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

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