#B290DB

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

Shades of Biloba Flower #B290DB

Tints of Biloba Flower #B290DB

Color information

#B290DB (or 0xB290DB) is unknown color: approx Biloba Flower. HEX triplet: B2, 90 and DB. RGB value is (178,144,219). Sum of RGB (Red+Green+Blue) = 178+144+219=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #B290DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290DB is #4D6F24. Grayscale: #A2A2A2. Windows color (decimal): -5074725 or 14389426. OLE color: 14389426.

HSL color Cylindrical-coordinate representation of color #B290DB: hue angle of 267.2º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B290DB is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB178144219-
CMYK0.190.3400.14
HSL267.2º51.02%71.18%-
HSV(B)267.2º34.25%85.88%-
XYZ41.1234.5371.51-
YUV162.72159.76138.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.90%
GREEN value IS 144 (56.64% from 255) = 26.62%
BLUE value IS 219 (85.94% from 255) = 40.48%
R=32.90%
G=26.62%
B=40.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781442190.190.3400.14267.251.0271.18
HexB290DB13220E10b3347
Octal262220333234201641363107
Binary10110010100100001101101110011100010011101000010111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B290DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B290DB; }

 p { color: rgb(178,144,219); }

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

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

 a { background-color: rgb(178,144,219); }

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

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

 span { border-color: rgb(178,144,219); }

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