#B885DE

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

Shades of Biloba Flower #B885DE

Tints of Biloba Flower #B885DE

Color information

#B885DE (or 0xB885DE) is unknown color: approx Biloba Flower. HEX triplet: B8, 85 and DE. RGB value is (184,133,222). Sum of RGB (Red+Green+Blue) = 184+133+222=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #B885DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885DE is #477A21. Grayscale: #9E9E9E. Windows color (decimal): -4684322 or 14583224. OLE color: 14583224.

HSL color Cylindrical-coordinate representation of color #B885DE: hue angle of 274.38º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B885DE is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184133222-
CMYK0.170.4000.13
HSL274.38º57.42%69.61%-
HSV(B)274.38º40.09%87.06%-
XYZ41.3432.2473.15-
YUV158.39163.9146.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.14%
GREEN value IS 133 (52.34% from 255) = 24.68%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=34.14%
G=24.68%
B=41.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841332220.170.4000.13274.3857.4269.61
HexB885DE11280D1123946
Octal270205336215001542271106
Binary10111000100001011101111010001101000011011000100101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885DE; }

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

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

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

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

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

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

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

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