#B388E0

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

Shades of Biloba Flower #B388E0

Tints of Biloba Flower #B388E0

Color information

#B388E0 (or 0xB388E0) is unknown color: approx Biloba Flower. HEX triplet: B3, 88 and E0. RGB value is (179,136,224). Sum of RGB (Red+Green+Blue) = 179+136+224=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #B388E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B388E0 is #4C771F. Grayscale: #9E9E9E. Windows color (decimal): -5011232 or 14715059. OLE color: 14715059.

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

Color convert

RGB179136224-
CMYK0.200.3900.12
HSL269.32º58.67%70.59%-
HSV(B)269.32º39.29%87.84%-
XYZ40.8532.5774.66-
YUV158.89164.75142.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.21%
GREEN value IS 136 (53.52% from 255) = 25.23%
BLUE value IS 224 (87.89% from 255) = 41.56%
R=33.21%
G=25.23%
B=41.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1791362240.200.3900.12269.3258.6770.59
HexB388E014270C10d3b47
Octal263210340244701441573107
Binary10110011100010001110000010100100111011001000011011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B388E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B388E0; }

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

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

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

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

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

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

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

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