#B781DE

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

Shades of Biloba Flower #B781DE

Tints of Biloba Flower #B781DE

Color information

#B781DE (or 0xB781DE) is unknown color: approx Biloba Flower. HEX triplet: B7, 81 and DE. RGB value is (183,129,222). Sum of RGB (Red+Green+Blue) = 183+129+222=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #B781DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B781DE is #487E21. Grayscale: #9B9B9B. Windows color (decimal): -4750882 or 14582199. OLE color: 14582199.

HSL color Cylindrical-coordinate representation of color #B781DE: hue angle of 274.84º 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 #B781DE is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183129222-
CMYK0.180.4200.13
HSL274.84º58.49%68.82%-
HSV(B)274.84º41.89%87.06%-
XYZ40.5631.0472.96-
YUV155.75165.39147.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.27%
GREEN value IS 129 (50.78% from 255) = 24.16%
BLUE value IS 222 (87.11% from 255) = 41.57%
R=34.27%
G=24.16%
B=41.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831292220.180.4200.13274.8458.4968.82
HexB781DE122A0D1133a45
Octal267201336225201542372105
Binary10110111100000011101111010010101010011011000100111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B781DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B781DE; }

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

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

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

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

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

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

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

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