#B388F3

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

Shades of Biloba Flower #B388F3

Tints of Biloba Flower #B388F3

Color information

#B388F3 (or 0xB388F3) is unknown color: approx Biloba Flower. HEX triplet: B3, 88 and F3. RGB value is (179,136,243). Sum of RGB (Red+Green+Blue) = 179+136+243=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 243 (95.31% from 255 or 43.55% from 558); Max value from RGB is 243 - color contains mainly: blue. Hex color #B388F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B388F3 is #4C770C. Grayscale: #A0A0A0. Windows color (decimal): -5011213 or 15960243. OLE color: 15960243.

HSL color Cylindrical-coordinate representation of color #B388F3: hue angle of 264.11º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B388F3 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB179136243-
CMYK0.260.4400.05
HSL264.11º81.68%74.31%-
HSV(B)264.11º44.03%95.29%-
XYZ43.5733.6689-
YUV161.06174.25140.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.08%
GREEN value IS 136 (53.52% from 255) = 24.37%
BLUE value IS 243 (95.31% from 255) = 43.55%
R=32.08%
G=24.37%
B=43.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1791362430.260.4400.05264.1181.6874.31
HexB388F31A2C05108524a
Octal263210363325405410122112
Binary10110011100010001111001111010101100010110000100010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B388F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B388F3; }

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

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

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

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

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

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

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

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