#B386FD

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

Shades of Biloba Flower #B386FD

Tints of Biloba Flower #B386FD

Color information

#B386FD (or 0xB386FD) is unknown color: approx Biloba Flower. HEX triplet: B3, 86 and FD. RGB value is (179,134,253). Sum of RGB (Red+Green+Blue) = 179+134+253=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #B386FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B386FD is #4C7902. Grayscale: #A0A0A0. Windows color (decimal): -5011715 or 16615091. OLE color: 16615091.

HSL color Cylindrical-coordinate representation of color #B386FD: hue angle of 262.69º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B386FD is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179134253-
CMYK0.290.4700.01
HSL262.69º96.75%75.88%-
HSV(B)262.69º47.04%99.22%-
XYZ44.8533.7397.07-
YUV161.02179.91140.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.63%
GREEN value IS 134 (52.73% from 255) = 23.67%
BLUE value IS 253 (99.22% from 255) = 44.70%
R=31.63%
G=23.67%
B=44.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791342530.290.4700.01262.6996.7575.88
HexB386FD1D2F01107614c
Octal263206375355701407141114
Binary101100111000011011111101111011011110110000011111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B386FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B386FD; }

 p { color: rgb(179,134,253); }

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

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

 a { background-color: rgb(179,134,253); }

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

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

 span { border-color: rgb(179,134,253); }

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