#B881DA

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

Shades of Biloba Flower #B881DA

Tints of Biloba Flower #B881DA

Color information

#B881DA (or 0xB881DA) is unknown color: approx Biloba Flower. HEX triplet: B8, 81 and DA. RGB value is (184,129,218). Sum of RGB (Red+Green+Blue) = 184+129+218=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #B881DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B881DA is #477E25. Grayscale: #9B9B9B. Windows color (decimal): -4685350 or 14320056. OLE color: 14320056.

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

Color convert

RGB184129218-
CMYK0.160.4100.15
HSL277.08º54.6%68.04%-
HSV(B)277.08º40.83%85.49%-
XYZ40.2730.9570.18-
YUV155.59163.22148.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.65%
GREEN value IS 129 (50.78% from 255) = 24.29%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=34.65%
G=24.29%
B=41.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841292180.160.4100.15277.0854.668.04
HexB881DA10290F1153744
Octal270201332205101742567104
Binary10111000100000011101101010000101001011111000101011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B881DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B881DA; }

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

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

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

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

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

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

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

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