#B385D8

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

Shades of Biloba Flower #B385D8

Tints of Biloba Flower #B385D8

Color information

#B385D8 (or 0xB385D8) is unknown color: approx Biloba Flower. HEX triplet: B3, 85 and D8. RGB value is (179,133,216). Sum of RGB (Red+Green+Blue) = 179+133+216=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #B385D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385D8 is #4C7A27. Grayscale: #9B9B9B. Windows color (decimal): -5012008 or 14190003. OLE color: 14190003.

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

Color convert

RGB179133216-
CMYK0.170.3800.15
HSL273.25º51.55%68.43%-
HSV(B)273.25º38.43%84.71%-
XYZ39.3731.3268.94-
YUV156.22161.74144.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.90%
GREEN value IS 133 (52.34% from 255) = 25.19%
BLUE value IS 216 (84.77% from 255) = 40.91%
R=33.90%
G=25.19%
B=40.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791332160.170.3800.15273.2551.5568.43
HexB385D811260F1113444
Octal263205330214601742164104
Binary10110011100001011101100010001100110011111000100011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B385D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B385D8; }

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

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

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

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

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

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

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

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