#B384D9

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

Shades of Biloba Flower #B384D9

Tints of Biloba Flower #B384D9

Color information

#B384D9 (or 0xB384D9) is unknown color: approx Biloba Flower. HEX triplet: B3, 84 and D9. RGB value is (179,132,217). Sum of RGB (Red+Green+Blue) = 179+132+217=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #B384D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384D9 is #4C7B26. Grayscale: #9B9B9B. Windows color (decimal): -5012263 or 14255283. OLE color: 14255283.

HSL color Cylindrical-coordinate representation of color #B384D9: hue angle of 273.18º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B384D9 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179132217-
CMYK0.180.3900.15
HSL273.18º52.8%68.43%-
HSV(B)273.18º39.17%85.1%-
XYZ39.3731.169.57-
YUV155.74162.57144.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.90%
GREEN value IS 132 (51.95% from 255) = 25%
BLUE value IS 217 (85.16% from 255) = 41.10%
R=33.90%
G=25%
B=41.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791322170.180.3900.15273.1852.868.43
HexB384D912270F1113544
Octal263204331224701742165104
Binary10110011100001001101100110010100111011111000100011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B384D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B384D9; }

 p { color: rgb(179,132,217); }

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

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

 a { background-color: rgb(179,132,217); }

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

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

 span { border-color: rgb(179,132,217); }

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