#B387E8

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

Shades of Biloba Flower #B387E8

Tints of Biloba Flower #B387E8

Color information

#B387E8 (or 0xB387E8) is unknown color: approx Biloba Flower. HEX triplet: B3, 87 and E8. RGB value is (179,135,232). Sum of RGB (Red+Green+Blue) = 179+135+232=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 135 (53.12% from 255 or 24.73% from 546); Blue value is 232 (91.02% from 255 or 42.49% from 546); Max value from RGB is 232 - color contains mainly: blue. Hex color #B387E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B387E8 is #4C7817. Grayscale: #9E9E9E. Windows color (decimal): -5011480 or 15239091. OLE color: 15239091.

HSL color Cylindrical-coordinate representation of color #B387E8: hue angle of 267.22º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B387E8 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB179135232-
CMYK0.230.4200.09
HSL267.22º67.83%71.96%-
HSV(B)267.22º41.81%90.98%-
XYZ41.8232.7480.46-
YUV159.21169.08142.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.78%
GREEN value IS 135 (53.12% from 255) = 24.73%
BLUE value IS 232 (91.02% from 255) = 42.49%
R=32.78%
G=24.73%
B=42.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1791352320.230.4200.09267.2267.8371.96
HexB387E8172A0910b4448
Octal2632073502752011413104110
Binary101100111000011111101000101111010100100110000101110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B387E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B387E8; }

 p { color: rgb(179,135,232); }

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

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

 a { background-color: rgb(179,135,232); }

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

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

 span { border-color: rgb(179,135,232); }

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