#B990D7

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

Shades of Biloba Flower #B990D7

Tints of Biloba Flower #B990D7

Color information

#B990D7 (or 0xB990D7) is unknown color: approx Biloba Flower. HEX triplet: B9, 90 and D7. RGB value is (185,144,215). Sum of RGB (Red+Green+Blue) = 185+144+215=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 215 - color contains mainly: blue. Hex color #B990D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990D7 is #466F28. Grayscale: #A4A4A4. Windows color (decimal): -4615977 or 14127289. OLE color: 14127289.

HSL color Cylindrical-coordinate representation of color #B990D7: hue angle of 274.65º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B990D7 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185144215-
CMYK0.140.3300.16
HSL274.65º47.02%70.39%-
HSV(B)274.65º33.02%84.31%-
XYZ42.2535.1768.85-
YUV164.35156.58142.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.01%
GREEN value IS 144 (56.64% from 255) = 26.47%
BLUE value IS 215 (84.38% from 255) = 39.52%
R=34.01%
G=26.47%
B=39.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851442150.140.3300.16274.6547.0270.39
HexB990D7E210101132f46
Octal271220327164102042357106
Binary10111001100100001101011111101000010100001000100111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990D7; }

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

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

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

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

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

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

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

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