#B384DA

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

Shades of Biloba Flower #B384DA

Tints of Biloba Flower #B384DA

Color information

#B384DA (or 0xB384DA) is unknown color: approx Biloba Flower. HEX triplet: B3, 84 and DA. RGB value is (179,132,218). Sum of RGB (Red+Green+Blue) = 179+132+218=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #B384DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384DA is #4C7B25. Grayscale: #9B9B9B. Windows color (decimal): -5012262 or 14320819. OLE color: 14320819.

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

Color convert

RGB179132218-
CMYK0.180.3900.15
HSL272.79º53.75%68.63%-
HSV(B)272.79º39.45%85.49%-
XYZ39.531.1570.26-
YUV155.86163.07144.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.84%
GREEN value IS 132 (51.95% from 255) = 24.95%
BLUE value IS 218 (85.55% from 255) = 41.21%
R=33.84%
G=24.95%
B=41.21%

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
Decimal1791322180.180.3900.15272.7953.7568.63
HexB384DA12270F1113645
Octal263204332224701742166105
Binary10110011100001001101101010010100111011111000100011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B384DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B384DA; }

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

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

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

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

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

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

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

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