#B781DA

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

Shades of Biloba Flower #B781DA

Tints of Biloba Flower #B781DA

Color information

#B781DA (or 0xB781DA) is unknown color: approx Biloba Flower. HEX triplet: B7, 81 and DA. RGB value is (183,129,218). Sum of RGB (Red+Green+Blue) = 183+129+218=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #B781DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B781DA is #487E25. Grayscale: #9A9A9A. Windows color (decimal): -4750886 or 14320055. OLE color: 14320055.

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

Color convert

RGB183129218-
CMYK0.160.4100.15
HSL276.4º54.6%68.04%-
HSV(B)276.4º40.83%85.49%-
XYZ40.0330.8370.17-
YUV155.29163.39147.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.53%
GREEN value IS 129 (50.78% from 255) = 24.34%
BLUE value IS 218 (85.55% from 255) = 41.13%
R=34.53%
G=24.34%
B=41.13%

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
Decimal1831292180.160.4100.15276.454.668.04
HexB781DA10290F1143744
Octal267201332205101742467104
Binary10110111100000011101101010000101001011111000101001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B781DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B781DA; }

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

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

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

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

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

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

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

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