#B281DE

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

Shades of Biloba Flower #B281DE

Tints of Biloba Flower #B281DE

Color information

#B281DE (or 0xB281DE) is unknown color: approx Biloba Flower. HEX triplet: B2, 81 and DE. RGB value is (178,129,222). Sum of RGB (Red+Green+Blue) = 178+129+222=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #B281DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B281DE is #4D7E21. Grayscale: #999999. Windows color (decimal): -5078562 or 14582194. OLE color: 14582194.

HSL color Cylindrical-coordinate representation of color #B281DE: hue angle of 271.61º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B281DE is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178129222-
CMYK0.200.4200.13
HSL271.61º58.49%68.82%-
HSV(B)271.61º41.89%87.06%-
XYZ39.430.4472.91-
YUV154.25166.23144.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.65%
GREEN value IS 129 (50.78% from 255) = 24.39%
BLUE value IS 222 (87.11% from 255) = 41.97%
R=33.65%
G=24.39%
B=41.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781292220.200.4200.13271.6158.4968.82
HexB281DE142A0D1103a45
Octal262201336245201542072105
Binary10110010100000011101111010100101010011011000100001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B281DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B281DE; }

 p { color: rgb(178,129,222); }

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

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

 a { background-color: rgb(178,129,222); }

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

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

 span { border-color: rgb(178,129,222); }

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