#B885DA

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

Shades of Biloba Flower #B885DA

Tints of Biloba Flower #B885DA

Color information

#B885DA (or 0xB885DA) is unknown color: approx Biloba Flower. HEX triplet: B8, 85 and DA. RGB value is (184,133,218). Sum of RGB (Red+Green+Blue) = 184+133+218=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #B885DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885DA is #477A25. Grayscale: #9D9D9D. Windows color (decimal): -4684326 or 14321080. OLE color: 14321080.

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

Color convert

RGB184133218-
CMYK0.160.3900.15
HSL276º53.46%68.82%-
HSV(B)276º38.99%85.49%-
XYZ40.8132.0370.36-
YUV157.94161.9146.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 133 (52.34% from 255) = 24.86%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=34.39%
G=24.86%
B=40.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841332180.160.3900.1527653.4668.82
HexB885DA10270F1143545
Octal270205332204701742465105
Binary10111000100001011101101010000100111011111000101001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885DA; }

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

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

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

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

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

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

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

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