#B885D8

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

Shades of Biloba Flower #B885D8

Tints of Biloba Flower #B885D8

Color information

#B885D8 (or 0xB885D8) is unknown color: approx Biloba Flower. HEX triplet: B8, 85 and D8. RGB value is (184,133,216). Sum of RGB (Red+Green+Blue) = 184+133+216=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #B885D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885D8 is #477A27. Grayscale: #9D9D9D. Windows color (decimal): -4684328 or 14190008. OLE color: 14190008.

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

Color convert

RGB184133216-
CMYK0.150.3800.15
HSL276.87º51.55%68.43%-
HSV(B)276.87º38.43%84.71%-
XYZ40.5531.9268.99-
YUV157.71160.9146.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.52%
GREEN value IS 133 (52.34% from 255) = 24.95%
BLUE value IS 216 (84.77% from 255) = 40.53%
R=34.52%
G=24.95%
B=40.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841332160.150.3800.15276.8751.5568.43
HexB885D8F260F1153444
Octal270205330174601742564104
Binary1011100010000101110110001111100110011111000101011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885D8; }

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

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

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

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

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

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

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

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