#B781DB

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

Shades of Biloba Flower #B781DB

Tints of Biloba Flower #B781DB

Color information

#B781DB (or 0xB781DB) is unknown color: approx Biloba Flower. HEX triplet: B7, 81 and DB. RGB value is (183,129,219). Sum of RGB (Red+Green+Blue) = 183+129+219=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #B781DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B781DB is #487E24. Grayscale: #9B9B9B. Windows color (decimal): -4750885 or 14385591. OLE color: 14385591.

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

Color convert

RGB183129219-
CMYK0.160.4100.14
HSL276º55.56%68.24%-
HSV(B)276º41.1%85.88%-
XYZ40.1630.8870.86-
YUV155.41163.89147.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.46%
GREEN value IS 129 (50.78% from 255) = 24.29%
BLUE value IS 219 (85.94% from 255) = 41.24%
R=34.46%
G=24.29%
B=41.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831292190.160.4100.1427655.5668.24
HexB781DB10290E1143844
Octal267201333205101642470104
Binary10110111100000011101101110000101001011101000101001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B781DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B781DB; }

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

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

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

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

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

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

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

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