#B990DF

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

Shades of Biloba Flower #B990DF

Tints of Biloba Flower #B990DF

Color information

#B990DF (or 0xB990DF) is unknown color: approx Biloba Flower. HEX triplet: B9, 90 and DF. RGB value is (185,144,223). Sum of RGB (Red+Green+Blue) = 185+144+223=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #B990DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990DF is #466F20. Grayscale: #A4A4A4. Windows color (decimal): -4615969 or 14651577. OLE color: 14651577.

HSL color Cylindrical-coordinate representation of color #B990DF: hue angle of 271.14º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B990DF is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185144223-
CMYK0.170.3500.13
HSL271.14º55.24%71.96%-
HSV(B)271.14º35.43%87.45%-
XYZ43.335.5974.4-
YUV165.26160.58142.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.51%
GREEN value IS 144 (56.64% from 255) = 26.09%
BLUE value IS 223 (87.5% from 255) = 40.40%
R=33.51%
G=26.09%
B=40.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851442230.170.3500.13271.1455.2471.96
HexB990DF11230D10f3748
Octal271220337214301541767110
Binary10111001100100001101111110001100011011011000011111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990DF; }

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

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

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

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

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

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

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

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