#B990DA

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

Shades of Biloba Flower #B990DA

Tints of Biloba Flower #B990DA

Color information

#B990DA (or 0xB990DA) is unknown color: approx Biloba Flower. HEX triplet: B9, 90 and DA. RGB value is (185,144,218). Sum of RGB (Red+Green+Blue) = 185+144+218=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #B990DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990DA is #466F25. Grayscale: #A4A4A4. Windows color (decimal): -4615974 or 14323897. OLE color: 14323897.

HSL color Cylindrical-coordinate representation of color #B990DA: hue angle of 273.24º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B990DA is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185144218-
CMYK0.150.3400.15
HSL273.24º50%70.98%-
HSV(B)273.24º33.94%85.49%-
XYZ42.6435.3270.9-
YUV164.7158.08142.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.82%
GREEN value IS 144 (56.64% from 255) = 26.33%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=33.82%
G=26.33%
B=39.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851442180.150.3400.15273.245070.98
HexB990DAF220F1113247
Octal271220332174201742162107
Binary1011100110010000110110101111100010011111000100011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990DA; }

 p { color: rgb(185,144,218); }

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

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

 a { background-color: rgb(185,144,218); }

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

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

 span { border-color: rgb(185,144,218); }

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