#B385DA

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

Shades of Biloba Flower #B385DA

Tints of Biloba Flower #B385DA

Color information

#B385DA (or 0xB385DA) is unknown color: approx Biloba Flower. HEX triplet: B3, 85 and DA. RGB value is (179,133,218). Sum of RGB (Red+Green+Blue) = 179+133+218=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #B385DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385DA is #4C7A25. Grayscale: #9C9C9C. Windows color (decimal): -5012006 or 14321075. OLE color: 14321075.

HSL color Cylindrical-coordinate representation of color #B385DA: hue angle of 272.47º degrees, saturation: 0.53, 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 #B385DA is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179133218-
CMYK0.180.3900.15
HSL272.47º53.46%68.82%-
HSV(B)272.47º38.99%85.49%-
XYZ39.6331.4270.31-
YUV156.44162.74144.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.77%
GREEN value IS 133 (52.34% from 255) = 25.09%
BLUE value IS 218 (85.55% from 255) = 41.13%
R=33.77%
G=25.09%
B=41.13%

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
Decimal1791332180.180.3900.15272.4753.4668.82
HexB385DA12270F1103545
Octal263205332224701742065105
Binary10110011100001011101101010010100111011111000100001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B385DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B385DA; }

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

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

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

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

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

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

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

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