#B388E1

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

Shades of Biloba Flower #B388E1

Tints of Biloba Flower #B388E1

Color information

#B388E1 (or 0xB388E1) is unknown color: approx Biloba Flower. HEX triplet: B3, 88 and E1. RGB value is (179,136,225). Sum of RGB (Red+Green+Blue) = 179+136+225=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #B388E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B388E1 is #4C771E. Grayscale: #9E9E9E. Windows color (decimal): -5011231 or 14780595. OLE color: 14780595.

HSL color Cylindrical-coordinate representation of color #B388E1: hue angle of 268.99º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B388E1 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB179136225-
CMYK0.200.4000.12
HSL268.99º59.73%70.78%-
HSV(B)268.99º39.56%88.24%-
XYZ40.9932.6375.37-
YUV159165.25142.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.15%
GREEN value IS 136 (53.52% from 255) = 25.19%
BLUE value IS 225 (88.28% from 255) = 41.67%
R=33.15%
G=25.19%
B=41.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1791362250.200.4000.12268.9959.7370.78
HexB388E114280C10d3c47
Octal263210341245001441574107
Binary10110011100010001110000110100101000011001000011011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B388E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B388E1; }

 p { color: rgb(179,136,225); }

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

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

 a { background-color: rgb(179,136,225); }

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

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

 span { border-color: rgb(179,136,225); }

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