#B386DD

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

Shades of Biloba Flower #B386DD

Tints of Biloba Flower #B386DD

Color information

#B386DD (or 0xB386DD) is unknown color: approx Biloba Flower. HEX triplet: B3, 86 and DD. RGB value is (179,134,221). Sum of RGB (Red+Green+Blue) = 179+134+221=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #B386DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B386DD is #4C7922. Grayscale: #9D9D9D. Windows color (decimal): -5011747 or 14517939. OLE color: 14517939.

HSL color Cylindrical-coordinate representation of color #B386DD: hue angle of 271.03º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B386DD is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179134221-
CMYK0.190.3900.13
HSL271.03º56.13%69.61%-
HSV(B)271.03º39.37%86.67%-
XYZ40.1731.8572.44-
YUV157.37163.91143.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.52%
GREEN value IS 134 (52.73% from 255) = 25.09%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=33.52%
G=25.09%
B=41.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791342210.190.3900.13271.0356.1369.61
HexB386DD13270D10f3846
Octal263206335234701541770106
Binary10110011100001101101110110011100111011011000011111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B386DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B386DD; }

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

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

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

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

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

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

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

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